Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
protected Exception |
LBHttpSolrClient.doRequest(HttpSolrClient client,
LBHttpSolrClient.Req req,
LBHttpSolrClient.Rsp rsp,
boolean isUpdate,
boolean isZombie,
String zombieKey) |
Modifier and Type | Method and Description |
---|---|
LBHttpSolrClient.Rsp |
HttpShardHandlerFactory.makeLoadBalancedRequest(QueryRequest req,
List<String> urls)
Makes a request to one or more of the given urls, using the configured load balancer.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.