Uses of Class
org.apache.lucene.codecs.PointsFormat
-
Packages that use PointsFormat Package Description org.apache.lucene.backward_codecs.lucene60 Lucene 6.0 file format.org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.backward_codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.backward_codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.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.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. -
-
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene60
Subclasses of PointsFormat in org.apache.lucene.backward_codecs.lucene60 Modifier and Type Class Description classLucene60PointsFormatLucene 6.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.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 that return PointsFormat Modifier and Type Method Description PointsFormatLucene70Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return PointsFormat Modifier and Type Method Description PointsFormatLucene80Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 that return PointsFormat Modifier and Type Method Description PointsFormatLucene84Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene86
Subclasses of PointsFormat in org.apache.lucene.backward_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.Fields in org.apache.lucene.backward_codecs.lucene86 declared as PointsFormat Modifier and Type Field Description private PointsFormatLucene86Codec. pointsFormatMethods in org.apache.lucene.backward_codecs.lucene86 that return PointsFormat Modifier and Type Method Description PointsFormatLucene86Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as PointsFormat Modifier and Type Field Description private PointsFormatLucene87Codec. pointsFormatMethods in org.apache.lucene.backward_codecs.lucene87 that return PointsFormat Modifier and Type Method Description PointsFormatLucene87Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return PointsFormat Modifier and Type Method Description PointsFormatLucene90Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 that return PointsFormat Modifier and Type Method Description PointsFormatLucene91Codec. pointsFormat() -
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.lucene90
Subclasses of PointsFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description classLucene90PointsFormatLucene 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.lucene92
Methods in org.apache.lucene.codecs.lucene92 that return PointsFormat Modifier and Type Method Description PointsFormatLucene92Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.codecs.simpletext
Subclasses of PointsFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description classSimpleTextPointsFormatFor debugging, curiosity, transparency only!! Do not use this codec in production.Fields in org.apache.lucene.codecs.simpletext declared as PointsFormat Modifier and Type Field Description private PointsFormatSimpleTextCodec. pointsFormatMethods in org.apache.lucene.codecs.simpletext that return PointsFormat Modifier and Type Method Description PointsFormatSimpleTextCodec. pointsFormat()
-