Uses of Class
org.apache.solr.handler.component.ShardHandlerFactory
-
Packages that use ShardHandlerFactory 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.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of ShardHandlerFactory in org.apache.solr.cloud
Constructors in org.apache.solr.cloud with parameters of type ShardHandlerFactory Constructor Description OverseerNodePrioritizer(org.apache.solr.common.cloud.ZkStateReader zkStateReader, Overseer overseer, String adminPath, ShardHandlerFactory shardHandlerFactory) -
Uses of ShardHandlerFactory in org.apache.solr.cloud.api.collections
Constructors in org.apache.solr.cloud.api.collections with parameters of type ShardHandlerFactory Constructor Description ShardRequestTracker(String asyncId, String adminPath, org.apache.solr.common.cloud.ZkStateReader zkStateReader, ShardHandlerFactory shardHandlerFactory) -
Uses of ShardHandlerFactory in org.apache.solr.core
Fields in org.apache.solr.core declared as ShardHandlerFactory Modifier and Type Field Description protected ShardHandlerFactoryCoreContainer. shardHandlerFactoryMethods in org.apache.solr.core that return ShardHandlerFactory Modifier and Type Method Description ShardHandlerFactoryCoreContainer. getShardHandlerFactory()The default ShardHandlerFactory used to communicate with other solr instances -
Uses of ShardHandlerFactory in org.apache.solr.handler.component
Subclasses of ShardHandlerFactory in org.apache.solr.handler.component Modifier and Type Class Description classHttpShardHandlerFactoryCreatesHttpShardHandlerinstancesclassParallelHttpShardHandlerFactoryCreatesParallelHttpShardHandlerinstancesMethods in org.apache.solr.handler.component that return ShardHandlerFactory Modifier and Type Method Description ShardHandlerFactoryHttpShardHandler. getShardHandlerFactory()abstract ShardHandlerFactoryShardHandler. getShardHandlerFactory()static ShardHandlerFactoryShardHandlerFactory. newInstance(PluginInfo info, SolrResourceLoader loader)Create a new ShardHandlerFactory instance
-