Uses of Class
org.apache.lucene.codecs.PointsWriter
-
Packages that use PointsWriter Package Description org.apache.lucene.codecs org.apache.lucene.codecs.lucene60 -
-
Uses of PointsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PointsWriter Modifier and Type Method Description abstract PointsWriterPointsFormat. fieldsWriter(SegmentWriteState state)Writes a new segment -
Uses of PointsWriter in org.apache.lucene.codecs.lucene60
Subclasses of PointsWriter in org.apache.lucene.codecs.lucene60 Modifier and Type Class Description classLucene60PointsWriterWrites dimensional valuesMethods in org.apache.lucene.codecs.lucene60 that return PointsWriter Modifier and Type Method Description PointsWriterLucene60PointsFormat. fieldsWriter(SegmentWriteState state)
-