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.lucene84for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.codecs.lucene87 Lucene 8.7 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 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.lucene60
Subclasses of PointsFormat in org.apache.lucene.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.codecs.lucene70
Methods in org.apache.lucene.codecs.lucene70 that return PointsFormat Modifier and Type Method Description PointsFormatLucene70Codec. 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 PointsFormatLucene80Codec. 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 PointsFormatLucene84Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.codecs.lucene86
Subclasses of PointsFormat in org.apache.lucene.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.codecs.lucene86 declared as PointsFormat Modifier and Type Field Description private PointsFormatLucene86Codec. pointsFormatMethods in org.apache.lucene.codecs.lucene86 that return PointsFormat Modifier and Type Method Description PointsFormatLucene86Codec. pointsFormat() -
Uses of PointsFormat in org.apache.lucene.codecs.lucene87
Fields in org.apache.lucene.codecs.lucene87 declared as PointsFormat Modifier and Type Field Description private PointsFormatLucene87Codec. pointsFormatMethods in org.apache.lucene.codecs.lucene87 that return PointsFormat Modifier and Type Method Description PointsFormatLucene87Codec. 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()
-