Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
Modifier and Type | Class and Description |
---|---|
static class |
BaseCloudSolrClient.RouteResponse<T extends LBSolrClient.Req> |
Modifier and Type | Class and Description |
---|---|
static class |
LBHttpSolrClient.Req
Deprecated.
use
LBSolrClient.Req instead |
Modifier and Type | Method and Description |
---|---|
protected Map<String,? extends LBSolrClient.Req> |
BaseCloudSolrClient.createRoutes(UpdateRequest updateRequest,
ModifiableSolrParams routableParams,
DocCollection col,
DocRouter router,
Map<String,List<String>> urlMap,
String idField) |
Map<String,? extends LBSolrClient.Req> |
BaseCloudSolrClient.RouteException.getRoutes() |
Modifier and Type | Method and Description |
---|---|
protected Exception |
LBSolrClient.doRequest(String baseUrl,
LBSolrClient.Req req,
LBSolrClient.Rsp rsp,
boolean isNonRetryable,
boolean isZombie) |
LBSolrClient.Rsp |
LBSolrClient.request(LBSolrClient.Req req)
Tries to query a live server from the list provided in Req.
|
Modifier and Type | Method and Description |
---|---|
protected BaseCloudSolrClient.RouteException |
BaseCloudSolrClient.getRouteException(SolrException.ErrorCode serverError,
NamedList<Throwable> exceptions,
Map<String,? extends LBSolrClient.Req> routes) |
protected CloudSolrClient.RouteException |
CloudSolrClient.getRouteException(SolrException.ErrorCode serverError,
NamedList<Throwable> exceptions,
Map<String,? extends LBSolrClient.Req> routes) |
Constructor and Description |
---|
RouteException(SolrException.ErrorCode errorCode,
NamedList<Throwable> throwables,
Map<String,? extends LBSolrClient.Req> routes) |
RouteException(SolrException.ErrorCode errorCode,
NamedList<Throwable> throwables,
Map<String,? extends LBSolrClient.Req> routes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LBSolrClient.Req> |
UpdateRequest.getRoutesToCollection(DocRouter router,
DocCollection col,
Map<String,List<String>> urlMap,
ModifiableSolrParams params,
String idField) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.