public static interface PointValues.IntersectVisitor
Modifier and Type | Method and 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.
|
default void |
grow(int count)
Notifies the caller that this many documents (from one block) are about
to be visited
|
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.
|
void visit(int docID) throws IOException
IOException
void visit(int docID, byte[] packedValue) throws IOException
IOException
PointValues.Relation compare(byte[] minPackedValue, byte[] maxPackedValue)
default void grow(int count)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.