Uses of Class
org.apache.solr.handler.admin.CollectionsHandler
-
Packages that use CollectionsHandler Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
sorg.apache.solr.handler Concrete implementations ofSolrRequestHandler
org.apache.solr.handler.admin SolrRequestHandler
implementations for powering he Solr Admin UIorg.apache.solr.handler.admin.api V2 API implementations for "admin" APIs. -
-
Uses of CollectionsHandler in org.apache.solr.core
Fields in org.apache.solr.core declared as CollectionsHandler Modifier and Type Field Description protected CollectionsHandler
CoreContainer. collectionsHandler
Methods in org.apache.solr.core that return CollectionsHandler Modifier and Type Method Description CollectionsHandler
CoreContainer. getCollectionsHandler()
-
Uses of CollectionsHandler in org.apache.solr.handler
Constructors in org.apache.solr.handler with parameters of type CollectionsHandler Constructor Description ClusterAPI(CollectionsHandler ch, ConfigSetsHandler configSetsHandler)
-
Uses of CollectionsHandler in org.apache.solr.handler.admin
Methods in org.apache.solr.handler.admin with parameters of type CollectionsHandler Modifier and Type Method Description Map<String,Object>
CollectionsHandler.CollectionOperation. execute(SolrQueryRequest req, SolrQueryResponse rsp, CollectionsHandler h)
-
Uses of CollectionsHandler in org.apache.solr.handler.admin.api
Constructors in org.apache.solr.handler.admin.api with parameters of type CollectionsHandler Constructor Description CollectionStatusAPI(CollectionsHandler collectionsHandler)
MigrateDocsAPI(CollectionsHandler collectionsHandler)
ModifyCollectionAPI(CollectionsHandler collectionsHandler)
MoveReplicaAPI(CollectionsHandler collectionsHandler)
RebalanceLeadersAPI(CollectionsHandler collectionsHandler)
SplitShardAPI(CollectionsHandler collectionsHandler)
-