Uses of Class
org.apache.lucene.codecs.PointsWriter
Packages that use PointsWriter
Package
Description
Lucene 6.0 file format.
Lucene 8.6 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of PointsWriter in org.apache.lucene.backward_codecs.lucene60
Methods in org.apache.lucene.backward_codecs.lucene60 that return PointsWriter -
Uses of PointsWriter in org.apache.lucene.backward_codecs.lucene86
Methods in org.apache.lucene.backward_codecs.lucene86 that return PointsWriter -
Uses of PointsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PointsWriterModifier and TypeMethodDescriptionabstract PointsWriter
PointsFormat.fieldsWriter
(SegmentWriteState state) Writes a new segment -
Uses of PointsWriter in org.apache.lucene.codecs.lucene90
Subclasses of PointsWriter in org.apache.lucene.codecs.lucene90Methods in org.apache.lucene.codecs.lucene90 that return PointsWriter -
Uses of PointsWriter in org.apache.lucene.codecs.simpletext
Subclasses of PointsWriter in org.apache.lucene.codecs.simpletextMethods in org.apache.lucene.codecs.simpletext that return PointsWriter -
Uses of PointsWriter in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type PointsWriterModifier and TypeMethodDescriptionvoid
PointValuesWriter.flush
(SegmentWriteState state, Sorter.DocMap sortMap, PointsWriter writer)