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