Uses of Class
org.apache.lucene.codecs.PointsFormat
Packages that use PointsFormat
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 10.1 file format.
Lucene 9.0 file format.
-
Uses of PointsFormat in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as PointsFormatModifier and TypeFieldDescriptionstatic final PointsFormat
PointsFormat.EMPTY
APointsFormat
that has nothing indexedMethods in org.apache.lucene.codecs that return PointsFormatModifier and TypeMethodDescriptionabstract PointsFormat
Codec.pointsFormat()
Encodes/decodes points indexFilterCodec.pointsFormat()
-
Uses of PointsFormat in org.apache.lucene.codecs.lucene101
Methods in org.apache.lucene.codecs.lucene101 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.codecs.lucene90
Subclasses of PointsFormat in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionfinal class
Lucene 9.0 point format, which encodes dimensional values in a block KD-tree structure for fast 1D range and N dimensional shape intersection filtering.