Class MatchingReaders
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.
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean[]
SegmentReader
s that have identical field name/number mapping, so their stored fields and term vectors may be bulk merged. -
Constructor Summary
-
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.
-
-
Constructor Details
-
MatchingReaders
-