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