| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigSolrXml
ConfigSolrXml
This class is entirely to localize the dealing with specific issues when transitioning from old-style solr.xml
to new-style xml, enumeration/discovery of defined cores.
|
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".
|
| Constructor and Description |
|---|
Config(SolrResourceLoader loader,
Config cfg)
Deprecated.
|
ConfigSolrXml(SolrResourceLoader loader,
Config cfg,
CoreContainer container) |
| Constructor and Description |
|---|
SolrRequestParsers(Config globalConfig)
Pass in an xml configuration.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.