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 ofSolrCoresorg.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin SolrRequestHandlerimplementations 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 CollectionsHandlerCoreContainer. collectionsHandlerMethods in org.apache.solr.core that return CollectionsHandler Modifier and Type Method Description CollectionsHandlerCoreContainer. 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)
-