Robert Muir created LUCENE-4497: ----------------------------------- Summary: 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
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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org