public static enum IndexConfigFactory.CONFIG_PARAMS extends Enum<IndexConfigFactory.CONFIG_PARAMS>
| Enum Constant and Description |
|---|
luceneMatchVersion |
| Modifier and Type | Method and Description |
|---|---|
static IndexConfigFactory.CONFIG_PARAMS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexConfigFactory.CONFIG_PARAMS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexConfigFactory.CONFIG_PARAMS luceneMatchVersion
public static IndexConfigFactory.CONFIG_PARAMS[] values()
for (IndexConfigFactory.CONFIG_PARAMS c : IndexConfigFactory.CONFIG_PARAMS.values()) System.out.println(c);
public static IndexConfigFactory.CONFIG_PARAMS 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 © 2024. All rights reserved.