yugushihuang commented on code in PR #12828:
URL: https://github.com/apache/lucene/pull/12828#discussion_r1404662302
##########
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:
Thanks for the review, I will modify the wording.
--
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]