[
https://issues.apache.org/jira/browse/LUCENE-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-4497:
--------------------------------
Attachment: LUCENE-4497.patch
updated patch to trunk. This is actually a nice little savings to the positions
file with the luceneutil 1M collection.
trunk: 116425749 bytes
patch: 111340216 bytes
> Don't write posVIntCount in 4.1 codec
> -------------------------------------
>
> Key: LUCENE-4497
> URL: https://issues.apache.org/jira/browse/LUCENE-4497
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/codecs
> Reporter: Robert Muir
> Attachments: LUCENE-4497.patch, LUCENE-4497.patch
>
>
> Its confusing and unnecessary that we compute this from docFreq for the
> doc/freq vint count, but write it for the positions case: its totalTermFreq %
> BLOCK_SIZE.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]