Uses of Class
org.apache.lucene.codecs.PointsFormat
-
Packages that use PointsFormat Package Description org.apache.lucene.codecs org.apache.lucene.codecs.lucene60 org.apache.lucene.codecs.lucene84 -
-
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.lucene84
Methods in org.apache.lucene.codecs.lucene84 that return PointsFormat Modifier and Type Method Description PointsFormatLucene84Codec. pointsFormat()
-