Package | Description |
---|---|
org.apache.solr.cloud |
Base classes and utilities for creating and testing Solr Cloud clusters.
|
org.apache.solr.core |
Factories for Mock classes that can be used in test configurations
|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler
|
Constructor and Description |
---|
OverseerCollectionProcessor(ZkStateReader zkStateReader,
String myId,
ShardHandlerFactory shardHandlerFactory,
String adminPath,
Overseer.Stats stats,
DistributedQueue workQueue,
DistributedMap runningMap,
DistributedMap completedMap,
DistributedMap failureMap) |
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–2015 The Apache Software Foundation. All rights reserved.