Uses of Class
org.apache.lucene.codecs.StoredFieldsWriter
Packages that use StoredFieldsWriter
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Lucene 8.7 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of StoredFieldsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsWriterModifier and TypeMethodDescriptionabstract StoredFieldsWriterStoredFieldsFormat.fieldsWriter(Directory directory, SegmentInfo si, IOContext context) Returns aStoredFieldsWriterto write stored fields. -
Uses of StoredFieldsWriter in org.apache.lucene.codecs.compressing
Subclasses of StoredFieldsWriter in org.apache.lucene.codecs.compressingModifier and TypeClassDescriptionfinal classMethods in org.apache.lucene.codecs.compressing that return StoredFieldsWriterModifier and TypeMethodDescriptionCompressingStoredFieldsFormat.fieldsWriter(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 that return StoredFieldsWriterModifier and TypeMethodDescriptionLucene50StoredFieldsFormat.fieldsWriter(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.codecs.lucene87
Methods in org.apache.lucene.codecs.lucene87 that return StoredFieldsWriterModifier and TypeMethodDescriptionLucene87StoredFieldsFormat.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 TypeClassDescriptionclassWrites 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 StoredFieldsWriterSortingStoredFieldsConsumer.CopyVisitor.writer(package private) StoredFieldsWriterStoredFieldsConsumer.writerConstructors in org.apache.lucene.index with parameters of type StoredFieldsWriter