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

Packages that use Config
org.apache.solr.cloud   
org.apache.solr.core   
org.apache.solr.servlet   
 

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

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-2012 Apache Software Foundation. All Rights Reserved.