Uses of Class
org.apache.lucene.codecs.PointsFormat
-
Packages that use PointsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of PointsFormat in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as PointsFormat Modifier and Type Field Description static PointsFormat
PointsFormat. EMPTY
APointsFormat
that has nothing indexedMethods in org.apache.lucene.codecs that return PointsFormat Modifier and Type Method Description abstract PointsFormat
Codec. pointsFormat()
Encodes/decodes points indexPointsFormat
FilterCodec. pointsFormat()
-
Uses of PointsFormat in org.apache.lucene.codecs.lucene90
Subclasses of PointsFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description class
Lucene90PointsFormat
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. -
Uses of PointsFormat in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene99Codec. pointsFormat()
-