Uses of Class
org.apache.lucene.codecs.StoredFieldsWriter
-
Packages that use StoredFieldsWriter Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80for an overview of the index format.org.apache.lucene.codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of StoredFieldsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsWriter Modifier and Type Method Description abstract 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.compressing Modifier and Type Class Description classCompressingStoredFieldsWriterMethods in org.apache.lucene.codecs.compressing that return StoredFieldsWriter Modifier and Type Method Description StoredFieldsWriterCompressingStoredFieldsFormat. 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 StoredFieldsWriter Modifier and Type Method Description StoredFieldsWriterLucene50StoredFieldsFormat. 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 StoredFieldsWriter Modifier and Type Method Description StoredFieldsWriterLucene87StoredFieldsFormat. fieldsWriter(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.codecs.simpletext
Subclasses of StoredFieldsWriter in org.apache.lucene.codecs.simpletext Modifier and Type Class Description classSimpleTextStoredFieldsWriterWrites plain-text stored fields.Methods in org.apache.lucene.codecs.simpletext that return StoredFieldsWriter Modifier and Type Method Description StoredFieldsWriterSimpleTextStoredFieldsFormat. fieldsWriter(Directory directory, SegmentInfo si, IOContext context) -
Uses of StoredFieldsWriter in org.apache.lucene.index
Fields in org.apache.lucene.index declared as StoredFieldsWriter Modifier and Type Field Description (package private) StoredFieldsWriterSortingStoredFieldsConsumer.CopyVisitor. writer(package private) StoredFieldsWriterStoredFieldsConsumer. writerConstructors in org.apache.lucene.index with parameters of type StoredFieldsWriter Constructor Description CopyVisitor(StoredFieldsWriter writer)
-