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.lucene40 Lucene 4.0 file format. -
-
Uses of StoredFieldsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsWriter Modifier and Type Method Description abstract StoredFieldsWriter
StoredFieldsFormat. fieldsWriter(Directory directory, SegmentInfo si, IOContext context)
Returns aStoredFieldsWriter
to 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 class
CompressingStoredFieldsWriter
Methods in org.apache.lucene.codecs.compressing that return StoredFieldsWriter Modifier and Type Method Description StoredFieldsWriter
CompressingStoredFieldsFormat. fieldsWriter(Directory directory, SegmentInfo si, IOContext context)
-
Uses of StoredFieldsWriter in org.apache.lucene.codecs.lucene40
Subclasses of StoredFieldsWriter in org.apache.lucene.codecs.lucene40 Modifier and Type Class Description class
Lucene40StoredFieldsWriter
Class responsible for writing stored document fields.Methods in org.apache.lucene.codecs.lucene40 that return StoredFieldsWriter Modifier and Type Method Description StoredFieldsWriter
Lucene40StoredFieldsFormat. fieldsWriter(Directory directory, SegmentInfo si, IOContext context)
-