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