mirror of https://github.com/apache/lucene.git
Improve set deletions percentage javadoc
This commit is contained in:
commit
5edc9d0674
|
@ -150,9 +150,10 @@ public class TieredMergePolicy extends MergePolicy {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controls the maximum percentage of deleted documents that is tolerated in the index. Lower
|
* Sets the maximum percentage of doc id space taken by deleted docs. The denominator includes
|
||||||
* values make the index more space efficient at the expense of increased CPU and I/O activity.
|
* both active and deleted documents. Lower values make the index more space efficient at the
|
||||||
* Values must be between 5 and 50. Default value is 20.
|
* expense of increased CPU and I/O activity. Values must be between 5 and 50. 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