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.lucene86 Lucene 8.6 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 PointsFormatPointsFormat. EMPTYAPointsFormatthat has nothing indexedMethods in org.apache.lucene.codecs that return PointsFormat Modifier and Type Method Description abstract PointsFormatCodec. pointsFormat()Encodes/decodes points indexPointsFormatFilterCodec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.codecs.lucene86
Subclasses of PointsFormat in org.apache.lucene.codecs.lucene86 Modifier and Type Class Description classLucene86PointsFormatLucene 8.6 point format, which encodes dimensional values in a block KD-tree structure for fast 1D range and N dimensional shape intersection filtering.Methods in org.apache.lucene.codecs.lucene86 that return PointsFormat Modifier and Type Method Description PointsFormatLucene86Codec. pointsFormat()
-