Uses of Class
org.apache.lucene.codecs.PointsFormat
-
-
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.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene92Codec. pointsFormat()
-
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene94
Methods in org.apache.lucene.backward_codecs.lucene94 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene94Codec. pointsFormat()
-
Uses of PointsFormat in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene95Codec. 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.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene99Codec. 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()
-