Class MatchingReaders


  • public class MatchingReaders
    extends Object
    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 Detail

      • matchingReaders

        public final boolean[] matchingReaders
        SegmentReaders that have identical field name/number mapping, so their stored fields and term vectors may be bulk merged.
    • Constructor Detail

      • MatchingReaders

        public MatchingReaders​(MergeState mergeState)