Uses of Class
org.apache.solr.core.Config

Packages that use Config
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
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 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".
 

Constructors in org.apache.solr.core with parameters of type Config
Config(SolrResourceLoader loader, Config cfg)
          Deprecated. 
ConfigSolrXml(SolrResourceLoader loader, Config cfg, CoreContainer container)
           
 

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.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.