Uses of Class
org.apache.solr.core.ConfigSet
-
Packages that use ConfigSet Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCores -
-
Uses of ConfigSet in org.apache.solr.core
Methods in org.apache.solr.core that return ConfigSet Modifier and Type Method Description ConfigSetConfigSetService. loadConfigSet(CoreDescriptor dcore)Load the ConfigSet for a coreMethods in org.apache.solr.core with parameters of type ConfigSet Modifier and Type Method Description SolrCoreSolrCore. reload(ConfigSet coreConfig)Constructors in org.apache.solr.core with parameters of type ConfigSet Constructor Description SolrCore(CoreContainer coreContainer, CoreDescriptor cd, ConfigSet coreConfig)
-