public static enum SolrConfig.PluginOpts extends Enum<SolrConfig.PluginOpts>
| Enum Constant and Description |
|---|
LAZY |
MULTI_OK |
NOOP |
REQUIRE_CLASS |
REQUIRE_NAME |
REQUIRE_NAME_IN_OVERLAY |
| Modifier and Type | Method and Description |
|---|---|
static SolrConfig.PluginOpts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrConfig.PluginOpts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrConfig.PluginOpts MULTI_OK
public static final SolrConfig.PluginOpts REQUIRE_NAME
public static final SolrConfig.PluginOpts REQUIRE_NAME_IN_OVERLAY
public static final SolrConfig.PluginOpts REQUIRE_CLASS
public static final SolrConfig.PluginOpts LAZY
public static final SolrConfig.PluginOpts NOOP
public static SolrConfig.PluginOpts[] values()
for (SolrConfig.PluginOpts c : SolrConfig.PluginOpts.values()) System.out.println(c);
public static SolrConfig.PluginOpts 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-2021 Apache Software Foundation. All Rights Reserved.