Package | Description |
---|---|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
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 | Field and Description |
---|---|
protected Config |
ConfigSolr.config |
Modifier and Type | Method and Description |
---|---|
Config |
ConfigSolr.getConfig() |
Config |
Config.getOriginalConfig() |
Modifier and Type | Method and Description |
---|---|
static ConfigSolr |
ConfigSolr.fromConfig(Config config,
String originalXml) |
Constructor and Description |
---|
ConfigSolr(Config config) |
ConfigSolrXml(Config config) |
ConfigSolrXmlOld(Config config,
String originalXML) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.