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