Uses of Class
org.apache.solr.handler.admin.ConfigSetsHandler
-
Packages that use ConfigSetsHandler Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
sorg.apache.solr.handler Concrete implementations ofSolrRequestHandler
-
-
Uses of ConfigSetsHandler in org.apache.solr.core
Fields in org.apache.solr.core declared as ConfigSetsHandler Modifier and Type Field Description protected ConfigSetsHandler
CoreContainer. configSetsHandler
Methods in org.apache.solr.core that return ConfigSetsHandler Modifier and Type Method Description ConfigSetsHandler
CoreContainer. getConfigSetsHandler()
-
Uses of ConfigSetsHandler in org.apache.solr.handler
Constructors in org.apache.solr.handler with parameters of type ConfigSetsHandler Constructor Description ClusterAPI(CollectionsHandler ch, ConfigSetsHandler configSetsHandler)
-