Uses of Class
org.apache.lucene.util.bkd.BKDReader.IndexTree
Packages that use BKDReader.IndexTree
Package
Description
The logical representation of a
Document for indexing and searching.Code to search indices.
Block KD-tree, implementing the generic spatial data structure described in
this paper.
-
Uses of BKDReader.IndexTree in org.apache.lucene.document
Fields in org.apache.lucene.document declared as BKDReader.IndexTreeModifier and TypeFieldDescription(package private) final BKDReader.IndexTreeFloatPointNearestNeighbor.Cell.indexConstructors in org.apache.lucene.document with parameters of type BKDReader.IndexTreeModifierConstructorDescription(package private)Cell(BKDReader.IndexTree index, int readerIndex, byte[] minPacked, byte[] maxPacked, double distanceSquared) -
Uses of BKDReader.IndexTree in org.apache.lucene.search
Fields in org.apache.lucene.search declared as BKDReader.IndexTreeModifier and TypeFieldDescription(package private) final BKDReader.IndexTreeNearestNeighbor.Cell.indexConstructors in org.apache.lucene.search with parameters of type BKDReader.IndexTreeModifierConstructorDescriptionCell(BKDReader.IndexTree index, int readerIndex, byte[] minPacked, byte[] maxPacked, double distanceSortKey) -
Uses of BKDReader.IndexTree in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as BKDReader.IndexTreeMethods in org.apache.lucene.util.bkd that return BKDReader.IndexTreeModifier and TypeMethodDescriptionBKDReader.IndexTree.clone()Clone, but you are not allowed to pop up past the point where the clone happened.Methods in org.apache.lucene.util.bkd with parameters of type BKDReader.IndexTreeModifier and TypeMethodDescriptionvoidBKDReader.visitLeafBlockValues(BKDReader.IndexTree index, BKDReader.IntersectState state) Visits all docIDs and packed values in a single leaf blockConstructors in org.apache.lucene.util.bkd with parameters of type BKDReader.IndexTreeModifierConstructorDescriptionIntersectState(IndexInput in, BKDConfig config, PointValues.IntersectVisitor visitor, BKDReader.IndexTree indexVisitor)