Uses of Class
org.apache.lucene.codecs.TermVectorsWriter
Packages that use TermVectorsWriter
Package
Description
Lucene 5.0 compressing format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 compressing format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of TermVectorsWriter in org.apache.lucene.backward_codecs.lucene50.compressing
Methods in org.apache.lucene.backward_codecs.lucene50.compressing that return TermVectorsWriterModifier and TypeMethodDescriptionLucene50CompressingTermVectorsFormat.vectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context) -
Uses of TermVectorsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return TermVectorsWriterModifier and TypeMethodDescriptionabstract TermVectorsWriterTermVectorsFormat.vectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context) Returns aTermVectorsWriterto write term vectors. -
Uses of TermVectorsWriter in org.apache.lucene.codecs.lucene90.compressing
Subclasses of TermVectorsWriter in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionfinal classMethods in org.apache.lucene.codecs.lucene90.compressing that return TermVectorsWriterModifier and TypeMethodDescriptionfinal TermVectorsWriterLucene90CompressingTermVectorsFormat.vectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context) -
Uses of TermVectorsWriter in org.apache.lucene.codecs.simpletext
Subclasses of TermVectorsWriter in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionclassWrites plain-text term vectors.Methods in org.apache.lucene.codecs.simpletext that return TermVectorsWriterModifier and TypeMethodDescriptionSimpleTextTermVectorsFormat.vectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context) -
Uses of TermVectorsWriter in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TermVectorsWriterMethods in org.apache.lucene.index with parameters of type TermVectorsWriterModifier and TypeMethodDescriptionprivate static voidSortingTermVectorsConsumer.writeTermVectors(TermVectorsWriter writer, Fields vectors, FieldInfos fieldInfos) Safe (but, slowish) default method to copy every vector field in the providedTermVectorsWriter.