Uses of Enum Class
org.apache.lucene.backward_codecs.lucene90.Lucene90Codec.Mode
Packages that use Lucene90Codec.Mode
-
Uses of Lucene90Codec.Mode in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return Lucene90Codec.ModeModifier and TypeMethodDescriptionstatic Lucene90Codec.Mode
Returns the enum constant of this class with the specified name.static Lucene90Codec.Mode[]
Lucene90Codec.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type Lucene90Codec.ModeModifierConstructorDescriptionInstantiates a new codec, specifying the stored fields compression mode to use.