Uses of Class
org.apache.lucene.codecs.StoredFieldsFormat
Packages that use StoredFieldsFormat
Package
Description
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 8.7 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Lucene 9.0 compressing format.
Lucene 9.5 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene50
Subclasses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene50Modifier and TypeClassDescriptionclass
Lucene 5.0 stored fields format.Methods in org.apache.lucene.backward_codecs.lucene50 that return StoredFieldsFormatModifier and TypeMethodDescription(package private) StoredFieldsFormat
Lucene50StoredFieldsFormat.impl
(Lucene50StoredFieldsFormat.Mode mode) -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene50.compressing
Subclasses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene50.compressingModifier and TypeClassDescriptionclass
AStoredFieldsFormat
that compresses documents in chunks in order to improve the compression ratio. -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene70
Fields in org.apache.lucene.backward_codecs.lucene70 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene70Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene70 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene80Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene80 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene84Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene84 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene86Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene86 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene87
Subclasses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene87Modifier and TypeClassDescriptionclass
Lucene 8.7 stored fields format.Fields in org.apache.lucene.backward_codecs.lucene87 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene87Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene87 that return StoredFieldsFormatModifier and TypeMethodDescription(package private) StoredFieldsFormat
Lucene87StoredFieldsFormat.impl
(Lucene87StoredFieldsFormat.Mode mode) Lucene87Codec.storedFieldsFormat()
-
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene90Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene90 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene91Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene91 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene92Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene92 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene94Codec.storedFieldsFormat
Methods in org.apache.lucene.backward_codecs.lucene94 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsFormatModifier and TypeMethodDescriptionabstract StoredFieldsFormat
Codec.storedFieldsFormat()
Encodes/decodes stored fieldsFilterCodec.storedFieldsFormat()
-
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionclass
Lucene 9.0 stored fields format.Methods in org.apache.lucene.codecs.lucene90 that return StoredFieldsFormatModifier and TypeMethodDescription(package private) StoredFieldsFormat
Lucene90StoredFieldsFormat.impl
(Lucene90StoredFieldsFormat.Mode mode) -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90.compressing
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionclass
AStoredFieldsFormat
that compresses documents in chunks in order to improve the compression ratio. -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene95
Fields in org.apache.lucene.codecs.lucene95 declared as StoredFieldsFormatModifier and TypeFieldDescriptionprivate final StoredFieldsFormat
Lucene95Codec.storedFieldsFormat
Methods in org.apache.lucene.codecs.lucene95 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.simpletext
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionclass
plain 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 StoredFieldsFormat
SortingStoredFieldsConsumer.TEMP_STORED_FIELDS_FORMAT