Uses of Class
org.apache.lucene.codecs.TermVectorsWriter
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 compressing format.
-
Uses of TermVectorsWriter in org.apache.lucene.codecs
Modifier and TypeMethodDescriptionabstract TermVectorsWriter
TermVectorsFormat.vectorsWriter
(Directory directory, SegmentInfo segmentInfo, IOContext context) Returns aTermVectorsWriter
to write term vectors. -
Uses of TermVectorsWriter in org.apache.lucene.codecs.lucene90.compressing
Modifier and TypeClassDescriptionfinal class
Modifier and TypeMethodDescriptionfinal TermVectorsWriter
Lucene90CompressingTermVectorsFormat.vectorsWriter
(Directory directory, SegmentInfo segmentInfo, IOContext context)