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