Uses of Interface
org.apache.lucene.index.PointValues.PointTree
Packages that use PointValues.PointTree
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Code to maintain and access indices.
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of PointValues.PointTree in org.apache.lucene.codecs
Classes in org.apache.lucene.codecs that implement PointValues.PointTreeModifier and TypeClassDescriptionclassOne leafPointValues.PointTreewhose order of points can be changed.Methods in org.apache.lucene.codecs that return PointValues.PointTree -
Uses of PointValues.PointTree in org.apache.lucene.index
Methods in org.apache.lucene.index that return PointValues.PointTreeModifier and TypeMethodDescriptionPointValues.PointTree.clone()Clone, the current node becomes the root of the new tree.abstract PointValues.PointTreePointValues.getPointTree()Create a newPointValues.PointTreeto navigate the index -
Uses of PointValues.PointTree in org.apache.lucene.util.bkd
Methods in org.apache.lucene.util.bkd that return PointValues.PointTree