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