Uses of Class
org.apache.lucene.codecs.StoredFieldsWriter
Packages that use StoredFieldsWriter
Package
Description
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Lucene 8.7 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Lucene 9.0 compressing format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of StoredFieldsWriter in org.apache.lucene.backward_codecs.lucene50
Methods in org.apache.lucene.backward_codecs.lucene50 that return StoredFieldsWriterModifier and TypeMethodDescriptionLucene50StoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.backward_codecs.lucene50.compressing
Methods in org.apache.lucene.backward_codecs.lucene50.compressing that return StoredFieldsWriterModifier and TypeMethodDescriptionLucene50CompressingStoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.backward_codecs.lucene87
Methods in org.apache.lucene.backward_codecs.lucene87 that return StoredFieldsWriterModifier and TypeMethodDescriptionLucene87StoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsWriterModifier and TypeMethodDescriptionabstract StoredFieldsWriter
StoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context) Returns aStoredFieldsWriter
to write stored fields. -
Uses of StoredFieldsWriter in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return StoredFieldsWriterModifier and TypeMethodDescriptionLucene90StoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.codecs.lucene90.compressing
Subclasses of StoredFieldsWriter in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionfinal class
Methods in org.apache.lucene.codecs.lucene90.compressing that return StoredFieldsWriterModifier and TypeMethodDescriptionLucene90CompressingStoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.codecs.simpletext
Subclasses of StoredFieldsWriter in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionclass
Writes plain-text stored fields.Methods in org.apache.lucene.codecs.simpletext that return StoredFieldsWriterModifier and TypeMethodDescriptionSimpleTextStoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.index
Fields in org.apache.lucene.index declared as StoredFieldsWriterModifier and TypeFieldDescription(package private) final StoredFieldsWriter
SortingStoredFieldsConsumer.CopyVisitor.writer
(package private) StoredFieldsWriter
StoredFieldsConsumer.writer
Constructors in org.apache.lucene.index with parameters of type StoredFieldsWriter