Uses of Class
org.apache.lucene.codecs.lucene91.Lucene91Codec.Mode
-
Packages that use Lucene91Codec.Mode Package Description org.apache.lucene.codecs.lucene91 Lucene 9.1 file format. -
-
Uses of Lucene91Codec.Mode in org.apache.lucene.codecs.lucene91
Methods in org.apache.lucene.codecs.lucene91 that return Lucene91Codec.Mode Modifier and Type Method Description static Lucene91Codec.Mode
Lucene91Codec.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Lucene91Codec.Mode[]
Lucene91Codec.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.codecs.lucene91 with parameters of type Lucene91Codec.Mode Constructor Description Lucene91Codec(Lucene91Codec.Mode mode)
Instantiates a new codec, specifying the stored fields compression mode to use.
-