[
https://issues.apache.org/jira/browse/LUCENE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant resolved LUCENE-9135.
------------------------------------
Fix Version/s: 8.5
Resolution: Fixed
> 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
> Fix For: 8.5
>
> 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]