Uses of Class
org.apache.lucene.codecs.PointsWriter
-
Packages that use PointsWriter 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.lucene86 Lucene 8.6 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of PointsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PointsWriter Modifier and Type Method Description abstract PointsWriter
PointsFormat. fieldsWriter(SegmentWriteState state)
Writes a new segment -
Uses of PointsWriter in org.apache.lucene.codecs.lucene60
Methods in org.apache.lucene.codecs.lucene60 that return PointsWriter Modifier and Type Method Description PointsWriter
Lucene60PointsFormat. fieldsWriter(SegmentWriteState state)
-
Uses of PointsWriter in org.apache.lucene.codecs.lucene86
Subclasses of PointsWriter in org.apache.lucene.codecs.lucene86 Modifier and Type Class Description class
Lucene86PointsWriter
Writes dimensional valuesMethods in org.apache.lucene.codecs.lucene86 that return PointsWriter Modifier and Type Method Description PointsWriter
Lucene86PointsFormat. fieldsWriter(SegmentWriteState state)
-
Uses of PointsWriter in org.apache.lucene.codecs.simpletext
Subclasses of PointsWriter in org.apache.lucene.codecs.simpletext Modifier and Type Class Description (package private) class
SimpleTextPointsWriter
Methods in org.apache.lucene.codecs.simpletext that return PointsWriter Modifier and Type Method Description PointsWriter
SimpleTextPointsFormat. fieldsWriter(SegmentWriteState state)
-
Uses of PointsWriter in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type PointsWriter Modifier and Type Method Description void
PointValuesWriter. flush(SegmentWriteState state, Sorter.DocMap sortMap, PointsWriter writer)
-