Code to maintain and access indices.
-
Controls the maximum percentage of deleted documents that is tolerated in the index.
Segments smaller than this are "rounded up" to this size, ie treated as equal (floor) size for
merge selection.
When forceMergeDeletes is called, we only merge away a segment if its delete percentage is over
this threshold.
Maximum number of segments to be merged at a time during "normal" merging.
Maximum sized segment to produce during normal merging.
Sets the allowed number of segments per tier.