class MatchingReaders
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
count
How many
matchingReaders are set. |
(package private) boolean[] |
matchingReaders
SegmentReader s that have identical field
name/number mapping, so their stored fields and term
vectors may be bulk merged. |
Constructor and Description |
---|
MatchingReaders(MergeState mergeState) |
final boolean[] matchingReaders
SegmentReader
s that have identical field
name/number mapping, so their stored fields and term
vectors may be bulk merged.final int count
matchingReaders
are set.MatchingReaders(MergeState mergeState)