Method GetMergeReaders
GetMergeReaders()
Expert: Get the list of readers to merge. Note that this list does not necessarily match the list of segments to merge and should only be used to feed SegmentMerger to initialize a merge. When a MergePolicy.OneMerge reorders doc IDs, it must override GetDocMap(MergeState) too so that deletes that happened during the merge can be applied to the newly merged segment.
Declaration
public virtual IList<AtomicReader> GetMergeReaders()
Returns
Type | Description |
---|---|
IList<AtomicReader> |