The LogMergePolicy type exposes the following members.

Fields

  NameDescription
Protected fieldcalibrateSizeByDeletes
Public fieldStatic memberDEFAULT_MAX_MERGE_DOCS
Default maximum segment size. A segment of this size
Public fieldStatic memberDEFAULT_MERGE_FACTOR
Default merge factor, which is how many segments are merged at a time
Public fieldStatic memberDEFAULT_NO_CFS_RATIO
Default noCFSRatio. If a merge's size is >= 10% of the index, then we disable compound file for it. @see #setNoCFSRatio
Public fieldStatic memberLEVEL_LOG_SPAN
Defines the allowed range of log(size) for each level. A level is computed by taking the max segment log size, minus LEVEL_LOG_SPAN, and finding all segments falling within that range.
Protected fieldnoCFSRatio
Protected fieldwriter (Inherited from MergePolicy.)

See Also