Uses of Enum Class
org.apache.lucene.backward_codecs.lucene87.Lucene87StoredFieldsFormat.Mode
Packages that use Lucene87StoredFieldsFormat.Mode
-
Uses of Lucene87StoredFieldsFormat.Mode in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as Lucene87StoredFieldsFormat.ModeModifier and TypeFieldDescription(package private) final Lucene87StoredFieldsFormat.Mode
Lucene87StoredFieldsFormat.mode
protected final Lucene87StoredFieldsFormat.Mode
Lucene87Codec.Mode.storedMode
compression mode for stored fieldsMethods in org.apache.lucene.backward_codecs.lucene87 that return Lucene87StoredFieldsFormat.ModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Lucene87StoredFieldsFormat.Mode[]
Lucene87StoredFieldsFormat.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.backward_codecs.lucene87 with parameters of type Lucene87StoredFieldsFormat.ModeModifier and TypeMethodDescription(package private) StoredFieldsFormat
Lucene87StoredFieldsFormat.impl
(Lucene87StoredFieldsFormat.Mode mode) Constructors in org.apache.lucene.backward_codecs.lucene87 with parameters of type Lucene87StoredFieldsFormat.ModeModifierConstructorDescriptionStored fields format with specified modeprivate
Mode
(Lucene87StoredFieldsFormat.Mode storedMode, Lucene80DocValuesFormat.Mode dvMode)