Uses of Class
org.apache.lucene.codecs.StoredFieldsWriter
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Lucene 9.0 compressing format.
-
Uses of StoredFieldsWriter in org.apache.lucene.codecs
Modifier 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
Modifier and TypeMethodDescriptionLucene90StoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.codecs.lucene90.compressing
Modifier and TypeClassDescriptionfinal class
Modifier and TypeMethodDescriptionLucene90CompressingStoredFieldsFormat.fieldsWriter
(Directory directory, SegmentInfo si, IOContext context)