Uses of Class
org.apache.lucene.codecs.PointsFormat
Packages that use PointsFormat
Package
Description
Lucene 6.0 file format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 8.7 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Lucene 9.9 file format.
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.lucene60Modifier and TypeClassDescriptionclass
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 -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene86
Subclasses of PointsFormat in org.apache.lucene.backward_codecs.lucene86Modifier and TypeClassDescriptionclass
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 PointsFormatMethods in org.apache.lucene.backward_codecs.lucene86 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as PointsFormatMethods in org.apache.lucene.backward_codecs.lucene87 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene94
Methods in org.apache.lucene.backward_codecs.lucene94 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 that return PointsFormat -
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.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. -
Uses of PointsFormat in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return PointsFormat -
Uses of PointsFormat in org.apache.lucene.codecs.simpletext
Subclasses of PointsFormat in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionfinal class
For debugging, curiosity, transparency only!! Do not use this codec in production.Fields in org.apache.lucene.codecs.simpletext declared as PointsFormatMethods in org.apache.lucene.codecs.simpletext that return PointsFormat