easyice commented on code in PR #14823: URL: https://github.com/apache/lucene/pull/14823#discussion_r2163420971
########## lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java: ########## @@ -85,7 +85,7 @@ public class TieredMergePolicy extends MergePolicy { private long maxMergedSegmentBytes = 5 * 1024 * 1024 * 1024L; private long floorSegmentBytes = 16 * 1024 * 1024L; - private double segsPerTier = 10.0; + private double segsPerTier = 8.0; Review Comment: It seems the default value in the JavaDoc for the `setSegmentsPerTier` method might be outdated? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org