Uses of Class
org.apache.lucene.codecs.StoredFieldsFormat
-
Packages that use StoredFieldsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format. -
-
Uses of StoredFieldsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsFormat Modifier and Type Method Description abstract StoredFieldsFormatCodec. storedFieldsFormat()Encodes/decodes stored fieldsStoredFieldsFormatFilterCodec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description classLucene90StoredFieldsFormatLucene 9.0 stored fields format.Methods in org.apache.lucene.codecs.lucene90 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene90Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90.compressing
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90.compressing Modifier and Type Class Description classLucene90CompressingStoredFieldsFormatAStoredFieldsFormatthat compresses documents in chunks in order to improve the compression ratio.
-