[ 
https://issues.apache.org/jira/browse/LUCENE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020131#comment-17020131
 ] 

ASF subversion and git services commented on LUCENE-9135:
---------------------------------------------------------

Commit ef40be40f308e745cea2b3e2a487dce343cd95d1 in lucene-solr's branch 
refs/heads/branch_8x from Bruno Roustant
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ef40be4 ]

LUCENE-9135: Make UniformSplit FieldMetadata counters long.


> UniformSplit FieldMetadata counters should all be long
> ------------------------------------------------------
>
>                 Key: LUCENE-9135
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9135
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Bruno Roustant
>            Assignee: Bruno Roustant
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently UniformSplit FieldMetadata stores sumDocFreq, numTerms, 
> sumTotalTermFreq as int which is incorrect.
> The fix is to make them long. The postings format will be compatible since 
> those counters are currently written as VInt and they will be read as VLong 
> (and then written as VLong afterwards).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to