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 | Method and Description |
---|---|
Map<String,LBHttpSolrClient.Req> |
CloudSolrClient.RouteResponse.getRoutes() |
Map<String,LBHttpSolrClient.Req> |
CloudSolrClient.RouteException.getRoutes() |
Modifier and Type | Method and Description |
---|---|
protected Exception |
LBHttpSolrClient.doRequest(HttpSolrClient client,
LBHttpSolrClient.Req req,
LBHttpSolrClient.Rsp rsp,
boolean isNonRetryable,
boolean isZombie,
String zombieKey) |
LBHttpSolrClient.Rsp |
LBHttpSolrClient.request(LBHttpSolrClient.Req req)
Tries to query a live server from the list provided in Req.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudSolrClient.RouteResponse.setRoutes(Map<String,LBHttpSolrClient.Req> routes) |
Constructor and Description |
---|
RouteException(SolrException.ErrorCode errorCode,
NamedList<Throwable> throwables,
Map<String,LBHttpSolrClient.Req> routes) |
Modifier and Type | Method and Description |
---|---|
Map<String,LBHttpSolrClient.Req> |
UpdateRequest.getRoutes(DocRouter router,
DocCollection col,
Map<String,List<String>> urlMap,
ModifiableSolrParams params,
String idField) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.