shubhamvishu commented on code in PR #12828:
URL: https://github.com/apache/lucene/pull/12828#discussion_r1400152449


##########
lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java:
##########
@@ -150,9 +150,10 @@ public double getMaxMergedSegmentMB() {
   }
 
   /**
-   * Controls the maximum percentage of deleted documents that is tolerated in 
the index. Lower
-   * values make the index more space efficient at the expense of increased 
CPU and I/O activity.
-   * Values must be between 5 and 50. Default value is 20.
+   * Sets the maximum percentage of deleted documents that is tolerated in the 
index. The

Review Comment:
   Maybe it'll be great if we include what @jpountz defined it on the issue 
here as well...."how much of my doc ID space is taken by deleted docs" -> 
"percentage of doc id space taken by deleted docs". WDYT?



-- 
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

Reply via email to