public static class CheckIndex.VerifyPointsVisitor extends Object implements PointValues.IntersectVisitor
| Constructor and Description |
|---|
VerifyPointsVisitor(String fieldName,
int maxDoc,
PointValues values)
Sole constructor
|
| 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.
|
long |
getDocCountSeen()
Returns total number of unique docIDs in this BKD tree
|
long |
getPointCountSeen()
Returns total number of points in this BKD tree
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgrow, visitpublic VerifyPointsVisitor(String fieldName, int maxDoc, PointValues values) throws IOException
IOExceptionpublic long getPointCountSeen()
public long getDocCountSeen()
public void visit(int docID)
PointValues.IntersectVisitorvisit in interface PointValues.IntersectVisitorpublic void visit(int docID,
byte[] packedValue)
PointValues.IntersectVisitorvisit in interface PointValues.IntersectVisitorpublic PointValues.Relation compare(byte[] minPackedValue, byte[] maxPackedValue)
PointValues.IntersectVisitorcompare in interface PointValues.IntersectVisitorCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.