|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Config | |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of SolrCores |
| org.apache.solr.servlet | Servlet related classes for powering the Solr HTTP API |
| Uses of Config in org.apache.solr.core |
|---|
| Subclasses of Config in org.apache.solr.core | |
|---|---|
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". |
| Fields in org.apache.solr.core declared as Config | |
|---|---|
protected Config |
ConfigSolr.config
|
| Methods in org.apache.solr.core that return Config | |
|---|---|
Config |
ConfigSolr.getConfig()
|
Config |
Config.getOriginalConfig()
|
| Methods in org.apache.solr.core with parameters of type Config | |
|---|---|
static ConfigSolr |
ConfigSolr.fromConfig(Config config,
String originalXml)
|
| Constructors in org.apache.solr.core with parameters of type Config | |
|---|---|
ConfigSolr(Config config)
|
|
ConfigSolrXml(Config config)
|
|
ConfigSolrXmlOld(Config config,
String originalXML)
|
|
| Uses of Config in org.apache.solr.servlet |
|---|
| Constructors in org.apache.solr.servlet with parameters of type Config | |
|---|---|
SolrRequestParsers(Config globalConfig)
Pass in an xml configuration. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||