Class MatchingReaders


  • class MatchingReaders
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      (package private) int count
      How many matchingReaders are set.
      (package private) boolean[] matchingReaders
      SegmentReaders that have identical field name/number mapping, so their stored fields and term vectors may be bulk merged.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • matchingReaders

        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

        MatchingReaders​(MergeState mergeState)