Uses of Class
org.apache.solr.handler.component.HttpShardHandlerFactory
-
Packages that use HttpShardHandlerFactory Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections apiorg.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
-
-
Uses of HttpShardHandlerFactory in org.apache.solr.cloud
Constructors in org.apache.solr.cloud with parameters of type HttpShardHandlerFactory Constructor Description OverseerCollectionConfigSetProcessor(ZkStateReader zkStateReader, String myId, HttpShardHandlerFactory shardHandlerFactory, String adminPath, Stats stats, Overseer overseer, OverseerNodePrioritizer overseerNodePrioritizer, OverseerTaskQueue workQueue, DistributedMap runningMap, DistributedMap completedMap, DistributedMap failureMap)
-
Uses of HttpShardHandlerFactory in org.apache.solr.cloud.api.collections
Constructors in org.apache.solr.cloud.api.collections with parameters of type HttpShardHandlerFactory Constructor Description OverseerCollectionMessageHandler(ZkStateReader zkStateReader, String myId, HttpShardHandlerFactory shardHandlerFactory, String adminPath, Stats stats, Overseer overseer, OverseerNodePrioritizer overseerPrioritizer)
-
Uses of HttpShardHandlerFactory in org.apache.solr.handler.component
Constructors in org.apache.solr.handler.component with parameters of type HttpShardHandlerFactory Constructor Description HttpShardHandler(HttpShardHandlerFactory httpShardHandlerFactory, Http2SolrClient httpClient)
-