public static enum Lucene50StoredFieldsFormat.Mode extends Enum<Lucene50StoredFieldsFormat.Mode>
Enum Constant and Description |
---|
BEST_COMPRESSION
Trade retrieval speed for compression ratio.
|
BEST_SPEED
Trade compression ratio for retrieval speed.
|
Modifier and Type | Method and Description |
---|---|
static Lucene50StoredFieldsFormat.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lucene50StoredFieldsFormat.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lucene50StoredFieldsFormat.Mode BEST_SPEED
public static final Lucene50StoredFieldsFormat.Mode BEST_COMPRESSION
public static Lucene50StoredFieldsFormat.Mode[] values()
for (Lucene50StoredFieldsFormat.Mode c : Lucene50StoredFieldsFormat.Mode.values()) System.out.println(c);
public static Lucene50StoredFieldsFormat.Mode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.