Property MergePolicy
MergePolicy
Expert: MergePolicy is invoked whenever there are changes to the segments in the index. Its role is to select which merges to do, if any, and return a MergePolicy.MergeSpecification describing the merges. It also selects merges to do for ForceMerge(Int32).
Only takes effect when IndexWriter is first created.
Declaration
public MergePolicy MergePolicy { get; set; }
Property Value
Type | Description |
---|---|
MergePolicy |