Class MatchingReaders

java.lang.Object
org.apache.lucene.codecs.compressing.MatchingReaders

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.
  • Field Details

    • matchingReaders

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

      final int count
      How many matchingReaders are set.
  • Constructor Details

    • MatchingReaders

      MatchingReaders(MergeState mergeState)