Package | Description |
---|---|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene50 for an overview
of the index format. |
org.apache.lucene.codecs.lucene70 |
Lucene 7.0 file format.
|
Modifier and Type | Method and Description |
---|---|
static Lucene50StoredFieldsFormat.Mode |
Lucene50StoredFieldsFormat.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lucene50StoredFieldsFormat.Mode[] |
Lucene50StoredFieldsFormat.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Lucene50StoredFieldsFormat(Lucene50StoredFieldsFormat.Mode mode)
Stored fields format with specified mode
|
Constructor and Description |
---|
Lucene70Codec(Lucene50StoredFieldsFormat.Mode mode)
Instantiates a new codec, specifying the stored fields compression
mode to use.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.