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