MatchingReaders

class MatchingReaders(mergeState: MergeState)

Computes which segments have identical field name to number mappings, which allows stored fields and term vectors in this codec to be bulk-merged.

Constructors

Link copied to clipboard
constructor(mergeState: MergeState)

Properties

Link copied to clipboard
val count: Int

How many .matchingReaders are set.

Link copied to clipboard

SegmentReaders that have identical field name/number mapping, so their stored fields and term vectors may be bulk merged.