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

Packages that use Config
org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode. 
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.cloud
 

Methods in org.apache.solr.cloud with parameters of type Config
static void ZkController.bootstrapConf(SolrZkClient zkClient, Config cfg, String solrHome)
          If in SolrCloud mode, upload config sets for each SolrCore in solr.xml.
 

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".
 

Methods in org.apache.solr.core with parameters of type Config
protected  void CoreContainer.initShardHandler(Config cfg)
           
 

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.