Uses of Class
org.apache.lucene.codecs.StoredFieldsFormat
Packages that use StoredFieldsFormat
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.Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Components from the Lucene 8.4 index format.
Lucene 8.6 file format.
Lucene 8.7 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of StoredFieldsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsFormatModifier and TypeMethodDescriptionabstract StoredFieldsFormatCodec.storedFieldsFormat()Encodes/decodes stored fieldsFilterCodec.storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.compressing
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.compressingModifier and TypeClassDescriptionclassAStoredFieldsFormatthat compresses documents in chunks in order to improve the compression ratio. -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene50
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene50Modifier and TypeClassDescriptionclassLucene 5.0 stored fields format.Methods in org.apache.lucene.codecs.lucene50 that return StoredFieldsFormatModifier and TypeMethodDescription(package private) StoredFieldsFormatLucene50StoredFieldsFormat.impl(Lucene50StoredFieldsFormat.Mode mode) -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormatLucene70Codec.storedFieldsFormatMethods in org.apache.lucene.codecs.lucene70 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormatLucene80Codec.storedFieldsFormatMethods in org.apache.lucene.codecs.lucene80 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormatLucene84Codec.storedFieldsFormatMethods in org.apache.lucene.codecs.lucene84 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormatLucene86Codec.storedFieldsFormatMethods in org.apache.lucene.codecs.lucene86 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene87
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene87Modifier and TypeClassDescriptionclassLucene 8.7 stored fields format.Fields in org.apache.lucene.codecs.lucene87 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormatLucene87Codec.storedFieldsFormatMethods in org.apache.lucene.codecs.lucene87 that return StoredFieldsFormatModifier and TypeMethodDescription(package private) StoredFieldsFormatLucene87StoredFieldsFormat.impl(Lucene87StoredFieldsFormat.Mode mode) final StoredFieldsFormatLucene87Codec.storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.simpletext
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionclassplain text stored fields format.Fields in org.apache.lucene.codecs.simpletext declared as StoredFieldsFormatMethods in org.apache.lucene.codecs.simpletext that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.index
Fields in org.apache.lucene.index declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate static final StoredFieldsFormatSortingStoredFieldsConsumer.TEMP_STORED_FIELDS_FORMAT