Package | Description |
---|---|
org.apache.solr.core | |
org.apache.solr.handler.component | |
org.apache.solr.servlet |
Modifier and Type | Class and Description |
---|---|
class |
SolrConfig
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
Modifier and Type | Method and Description |
---|---|
private java.util.Properties |
CoreContainer.readProperties(Config cfg,
org.w3c.dom.Node node) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,QueryElevationComponent.ElevationObj> |
QueryElevationComponent.loadElevationMap(Config cfg) |
Constructor and Description |
---|
SolrRequestParsers(Config globalConfig)
Pass in an xml configuration.
|