gaobinlong commented on code in PR #15672:
URL: https://github.com/apache/lucene/pull/15672#discussion_r2881464653
##########
lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104PostingsWriter.java:
##########
@@ -483,7 +483,7 @@ private void flushDocBlock(boolean finishTerm) throws
IOException {
level0FreqNormAccumulator.clear();
}
- if ((docCount & LEVEL1_MASK) == 0) { // true every 32 blocks (4,096 docs)
+ if ((docCount & LEVEL1_MASK) == 0) { // true every 32 blocks (8,192 docs)
Review Comment:
Are there any other similar comments need to be changed? Could we change
them all at once?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]