mirror of https://github.com/apache/lucene.git
Improve set deletions pct javadoc
This commit is contained in:
parent
3748dd928e
commit
948237b943
|
@ -150,10 +150,10 @@ public class TieredMergePolicy extends MergePolicy {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the maximum percentage of deleted documents that is tolerated in the index.
|
* Sets the maximum percentage of deleted documents that is tolerated in the index. The
|
||||||
* The denominator includes both active and deleted documents. Lower values make the
|
* denominator includes both active and deleted documents. Lower values make the index more space
|
||||||
* index more space efficient at the expense of increased CPU and I/O activity.
|
* efficient at the expense of increased CPU and I/O activity. Values must be between 5 and 50.
|
||||||
* Values must be between 5 and 50. Default value is 20.
|
* Default value is 20.
|
||||||
*
|
*
|
||||||
* <p>When the maximum delete percentage is lowered, the indexing thread will call for merges more
|
* <p>When the maximum delete percentage is lowered, the indexing thread will call for merges more
|
||||||
* often, meaning that write amplification factor will be increased. Write amplification factor
|
* often, meaning that write amplification factor will be increased. Write amplification factor
|
||||||
|
|
Loading…
Reference in New Issue