Property MergingSegments
MergingSegments
Expert: to be used by a MergePolicy to avoid selecting merges for segments already being merged. The returned collection is not cloned, and thus is only safe to access if you hold IndexWriter's lock (which you do when IndexWriter invokes the MergePolicy).
Do not alter the returned collection!
Declaration
public virtual ICollection<SegmentCommitInfo> MergingSegments { get; }
Property Value
Type | Description |
---|---|
ICollection<SegmentCommitInfo> |