stefanvodita commented on code in PR #14893:
URL: https://github.com/apache/lucene/pull/14893#discussion_r2190185477


##########
lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java:
##########
@@ -130,7 +130,7 @@ public double getMaxMergedSegmentMB() {
   /**
    * Sets the maximum percentage of doc id space taken by deleted docs. The 
denominator includes
    * both active and deleted documents. 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
+   * expense of increased CPU and I/O activity. Values must be between 0 and 
50. Default value is

Review Comment:
   Thank you for the suggestion @mikemccand! I added the paragraph almost 
exactly as you wrote it.



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