Package | Description |
---|---|
org.apache.lucene.codecs.lucene87 |
Lucene 8.7 file format.
|
Modifier and Type | Method and Description |
---|---|
static Lucene87Codec.Mode |
Lucene87Codec.Mode.valueOf(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.
|
Constructor and Description |
---|
Lucene87Codec(Lucene87Codec.Mode mode)
Instantiates a new codec, specifying the stored fields compression
mode to use.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.