Uses of Class
org.apache.lucene.util.bkd.BKDReader.IntersectState
Packages that use BKDReader.IntersectState
Package
Description
Block KD-tree, implementing the generic spatial data structure described in
this paper.
-
Uses of BKDReader.IntersectState in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as BKDReader.IntersectStateModifier and TypeFieldDescription(package private) final BKDReader.IntersectStateBKDWriter.MergeReader.stateMethods in org.apache.lucene.util.bkd that return BKDReader.IntersectStateModifier and TypeMethodDescriptionBKDReader.getIntersectState(PointValues.IntersectVisitor visitor) Create a newBKDReader.IntersectStateMethods in org.apache.lucene.util.bkd with parameters of type BKDReader.IntersectStateModifier and TypeMethodDescriptionprivate voidBKDReader.addAll(BKDReader.IntersectState state, boolean grown) Fast path: this is called when the query box fully encompasses all cells under this node.private longBKDReader.estimatePointCount(BKDReader.IntersectState state, byte[] cellMinPacked, byte[] cellMaxPacked) private voidBKDReader.intersect(BKDReader.IntersectState state, byte[] cellMinPacked, byte[] cellMaxPacked) voidBKDReader.visitLeafBlockValues(BKDReader.IndexTree index, BKDReader.IntersectState state) Visits all docIDs and packed values in a single leaf block