Class BKDWriter.MergeIntersectsVisitor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PointValues.Relation compare​(byte[] minPackedValue, byte[] maxPackedValue)
      Called for non-leaf cells to test how the cell relates to the query, to determine how to further recurse down the tree.
      void grow​(int count)
      Notifies the caller that this many documents are about to be visited
      (package private) void reset()  
      void visit​(int docID)
      Called for all documents in a leaf cell that's fully contained by the query.
      void visit​(int docID, byte[] packedValue)
      Called for all documents in a leaf cell that crosses the query.
      • Methods inherited from class java.lang.Object

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

      • docsInBlock

        int docsInBlock
      • packedValues

        byte[] packedValues
      • docIDs

        int[] docIDs
      • packedBytesLength

        private final int packedBytesLength
    • Constructor Detail

      • MergeIntersectsVisitor

        MergeIntersectsVisitor​(int packedBytesLength)