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