Uses of Interface
org.apache.lucene.index.PointValues.IntersectVisitor
-
Packages that use PointValues.IntersectVisitor Package Description org.apache.lucene.index org.apache.lucene.util.bkd -
-
Uses of PointValues.IntersectVisitor in org.apache.lucene.index
Classes in org.apache.lucene.index that implement PointValues.IntersectVisitor Modifier and Type Class Description static classCheckIndex.VerifyPointsVisitorWalks the entire N-dimensional points space, verifying that all points fall within the last cell's boundaries.Methods in org.apache.lucene.index with parameters of type PointValues.IntersectVisitor Modifier and Type Method Description longPointValues. estimateDocCount(PointValues.IntersectVisitor visitor)Estimate the number of documents that would be matched byPointValues.intersect(org.apache.lucene.index.PointValues.IntersectVisitor)with the givenPointValues.IntersectVisitor.abstract longPointValues. estimatePointCount(PointValues.IntersectVisitor visitor)Estimate the number of points that would be visited byPointValues.intersect(org.apache.lucene.index.PointValues.IntersectVisitor)with the givenPointValues.IntersectVisitor.abstract voidPointValues. intersect(PointValues.IntersectVisitor visitor)Finds all documents and points matching the provided visitor. -
Uses of PointValues.IntersectVisitor in org.apache.lucene.util.bkd
Methods in org.apache.lucene.util.bkd with parameters of type PointValues.IntersectVisitor Modifier and Type Method Description longBKDReader. estimatePointCount(PointValues.IntersectVisitor visitor)BKDReader.IntersectStateBKDReader. getIntersectState(PointValues.IntersectVisitor visitor)Create a newBKDReader.IntersectStatevoidBKDReader. intersect(PointValues.IntersectVisitor visitor)Constructors in org.apache.lucene.util.bkd with parameters of type PointValues.IntersectVisitor Constructor Description IntersectState(IndexInput in, int numDims, int packedBytesLength, int packedIndexBytesLength, int maxPointsInLeafNode, PointValues.IntersectVisitor visitor, BKDReader.IndexTree indexVisitor)
-