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