java.lang.Object
org.apache.lucene.codecs.compressing.MatchingReaders
Computes which segments have identical field name to number mappings, which allows stored fields
and term vectors in this codec to be bulk-merged.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
How manymatchingReaders
are set.final boolean[]
SegmentReader
s that have identical field name/number mapping, so their stored fields and term vectors may be bulk merged. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matchingReaders
public final boolean[] matchingReadersSegmentReader
s that have identical field name/number mapping, so their stored fields and term vectors may be bulk merged. -
count
final int countHow manymatchingReaders
are set.
-
-
Constructor Details
-
MatchingReaders
-