Uses of Interface
org.apache.solr.core.ConfigSolr

Packages that use ConfigSolr
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
 

Uses of ConfigSolr in org.apache.solr.cloud
 

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

Uses of ConfigSolr in org.apache.solr.core
 

Classes in org.apache.solr.core that implement ConfigSolr
 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.

 



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