The LogMergePolicy type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| calibrateSizeByDeletes | ||
| DEFAULT_MAX_MERGE_DOCS | Default maximum segment size. A segment of this size | |
| DEFAULT_MERGE_FACTOR | Default merge factor, which is how many segments are
merged at a time
| |
| DEFAULT_NO_CFS_RATIO | Default noCFSRatio. If a merge's size is >= 10% of
the index, then we disable compound file for it.
@see #setNoCFSRatio
| |
| LEVEL_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.
| |
| noCFSRatio | ||
| writer | (Inherited from MergePolicy.) |