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.lucene60 Components from the Lucene 6.0 index format.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format.org.apache.lucene.codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. -
-
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.lucene60
Subclasses of PointsFormat in org.apache.lucene.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.codecs.lucene70
Methods in org.apache.lucene.codecs.lucene70 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene70Codec. pointsFormat()
-
Uses of PointsFormat in org.apache.lucene.codecs.lucene80
Methods in org.apache.lucene.codecs.lucene80 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene80Codec. pointsFormat()
-
Uses of PointsFormat in org.apache.lucene.codecs.lucene84
Methods in org.apache.lucene.codecs.lucene84 that return PointsFormat Modifier and Type Method Description PointsFormat
Lucene84Codec. 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()
-