[
https://issues.apache.org/jira/browse/LUCENE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020120#comment-17020120
]
ASF subversion and git services commented on LUCENE-9135:
---------------------------------------------------------
Commit 8894babd4ab402b9df1292c76b80c1f34d080571 in lucene-solr's branch
refs/heads/master from Bruno Roustant
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=8894bab ]
LUCENE-9135: Make UniformSplit FieldMetadata counters long.
Closes #1168
> 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: 10m
> 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]