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