Uses of Enum
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.Mode
Packages that use Lucene50StoredFieldsFormat.Mode
Package
Description
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 8.4 index format.
Lucene 8.6 file format.
-
Uses of Lucene50StoredFieldsFormat.Mode in org.apache.lucene.codecs.lucene50
Fields in org.apache.lucene.codecs.lucene50 declared as Lucene50StoredFieldsFormat.ModeModifier and TypeFieldDescription(package private) final Lucene50StoredFieldsFormat.ModeLucene50StoredFieldsFormat.modeMethods in org.apache.lucene.codecs.lucene50 that return Lucene50StoredFieldsFormat.ModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Lucene50StoredFieldsFormat.Mode[]Lucene50StoredFieldsFormat.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.codecs.lucene50 with parameters of type Lucene50StoredFieldsFormat.ModeModifier and TypeMethodDescription(package private) StoredFieldsFormatLucene50StoredFieldsFormat.impl(Lucene50StoredFieldsFormat.Mode mode) Constructors in org.apache.lucene.codecs.lucene50 with parameters of type Lucene50StoredFieldsFormat.ModeModifierConstructorDescriptionStored fields format with specified mode -
Uses of Lucene50StoredFieldsFormat.Mode in org.apache.lucene.codecs.lucene84
Constructors in org.apache.lucene.codecs.lucene84 with parameters of type Lucene50StoredFieldsFormat.ModeModifierConstructorDescriptionInstantiates a new codec, specifying the stored fields compression mode to use. -
Uses of Lucene50StoredFieldsFormat.Mode in org.apache.lucene.codecs.lucene86
Constructors in org.apache.lucene.codecs.lucene86 with parameters of type Lucene50StoredFieldsFormat.ModeModifierConstructorDescriptionInstantiates a new codec, specifying the stored fields compression mode to use.