We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0f48a commit 1f07b03Copy full SHA for 1f07b03
lucene/core/src/java/org/apache/lucene/index/MergePolicy.java
@@ -809,7 +809,7 @@ public double getNoCFSRatio() {
809
/**
810
* If a merged segment will be more than this percentage of the total size of the index, leave the
811
* segment as non-compound file even if compound file is enabled. Set to 1.0 to always use CFS
812
- * regardless of merge size.ue.
+ * regardless of merge size.
813
*/
814
public void setNoCFSRatio(double noCFSRatio) {
815
if (noCFSRatio < 0.0 || noCFSRatio > 1.0) {
0 commit comments