| Package | Description |
|---|---|
| org.apache.solr.cloud.api.collections |
Package related to internal implementations of the SolrCloud collections api
|
| org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
OverseerCollectionMessageHandler.sendShardRequest(String nodeName,
ModifiableSolrParams params,
ShardHandler shardHandler,
String asyncId,
Map<String,String> requestMap,
String adminPath,
ZkStateReader zkStateReader) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpShardHandler |
| Modifier and Type | Method and Description |
|---|---|
ShardHandler |
HttpShardHandlerFactory.getShardHandler()
Get
ShardHandler that uses the default http client. |
abstract ShardHandler |
ShardHandlerFactory.getShardHandler() |
ShardHandler |
HttpShardHandlerFactory.getShardHandler(Http2SolrClient httpClient)
Get
ShardHandler that uses custom http client. |
ShardHandler |
HttpShardHandlerFactory.getShardHandler(org.apache.http.client.HttpClient httpClient)
Deprecated.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.