Uses of Class
org.apache.lucene.index.PointValues
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Code to maintain and access indices.
Some utility classes.
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of PointValues in org.apache.lucene.codecs
-
Uses of PointValues in org.apache.lucene.codecs.lucene90
-
Uses of PointValues in org.apache.lucene.index
Modifier and TypeMethodDescriptionfinal PointValues
CodecReader.getPointValues
(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getPointValues
(String field) FilterLeafReader.getPointValues
(String field) abstract PointValues
LeafReader.getPointValues
(String field) Returns thePointValues
used for numeric or spatial searches for the given field, or null if there are no point fields.ParallelLeafReader.getPointValues
(String fieldName) ModifierConstructorDescriptionVerifyPointsVisitor
(String fieldName, int maxDoc, PointValues values) Sole constructor -
Uses of PointValues in org.apache.lucene.util
ModifierConstructorDescriptionDocIdSetBuilder
(int maxDoc, PointValues values, String field) Create aDocIdSetBuilder
instance that is optimized for accumulating docs that match the givenPointValues
. -
Uses of PointValues in org.apache.lucene.util.bkd