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 class
Lucene60PointsFormat
Lucene 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 PointsFormat
Lucene70Codec. 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 PointsFormat
Lucene80Codec. 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 PointsFormat
Lucene84Codec. 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 class
Lucene86PointsFormat
Lucene 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 PointsFormat
Lucene86Codec. pointsFormat
Methods in org.apache.lucene.backward_codecs.lucene86 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene86Codec. 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 PointsFormat
Lucene87Codec. pointsFormat
Methods in org.apache.lucene.backward_codecs.lucene87 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene87Codec. 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 PointsFormat
Lucene90Codec. 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 PointsFormat
Lucene91Codec. pointsFormat()
-
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.lucene92
Methods in org.apache.lucene.codecs.lucene92 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene92Codec. pointsFormat()
-
Uses of PointsFormat in org.apache.lucene.codecs.simpletext
Subclasses of PointsFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description class
SimpleTextPointsFormat
For 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 PointsFormat
SimpleTextCodec. pointsFormat
Methods in org.apache.lucene.codecs.simpletext that return PointsFormat Modifier and Type Method Description PointsFormat
SimpleTextCodec. pointsFormat()
-