| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ConfigSolr.CfgProp,String> |
ConfigSolr.propMap |
| Modifier and Type | Method and Description |
|---|---|
static ConfigSolr.CfgProp |
ConfigSolr.CfgProp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigSolr.CfgProp[] |
ConfigSolr.CfgProp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConfigSolr.get(ConfigSolr.CfgProp prop,
String def) |
boolean |
ConfigSolr.getBool(ConfigSolr.CfgProp prop,
boolean defValue) |
int |
ConfigSolr.getInt(ConfigSolr.CfgProp prop,
int def) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.