Package | Description |
---|---|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
Constructor and Description |
---|
OverseerNodePrioritizer(ZkStateReader zkStateReader,
ZkDistributedQueue stateUpdateQueue,
String adminPath,
ShardHandlerFactory shardHandlerFactory,
org.apache.http.client.HttpClient httpClient) |
Modifier and Type | Field and Description |
---|---|
protected ShardHandlerFactory |
CoreContainer.shardHandlerFactory |
Modifier and Type | Method and Description |
---|---|
ShardHandlerFactory |
CoreContainer.getShardHandlerFactory()
The default ShardHandlerFactory used to communicate with other solr instances
|
Modifier and Type | Class and Description |
---|---|
class |
HttpShardHandlerFactory |
Modifier and Type | Method and Description |
---|---|
abstract ShardHandlerFactory |
ShardHandler.getShardHandlerFactory() |
ShardHandlerFactory |
HttpShardHandler.getShardHandlerFactory() |
static ShardHandlerFactory |
ShardHandlerFactory.newInstance(PluginInfo info,
SolrResourceLoader loader)
Create a new ShardHandlerFactory instance
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.