| 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 |
|---|---|
LBHttpSolrClient.Rsp |
LBHttpSolrClient.request(LBHttpSolrClient.Req req)
Deprecated.
use
LBSolrClient.request(LBSolrClient.Req) instead |
| 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-2019 Apache Software Foundation. All Rights Reserved.