Uses of Class
org.apache.solr.client.solrj.impl.LBSolrClient.Req
-
Packages that use LBSolrClient.Req 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. -
-
Uses of LBSolrClient.Req in org.apache.solr.client.solrj.impl
Classes in org.apache.solr.client.solrj.impl with type parameters of type LBSolrClient.Req Modifier and Type Class Description static class
BaseCloudSolrClient.RouteResponse<T extends LBSolrClient.Req>
Subclasses of LBSolrClient.Req in org.apache.solr.client.solrj.impl Modifier and Type Class Description static class
LBHttpSolrClient.Req
Deprecated.useLBSolrClient.Req
insteadMethods in org.apache.solr.client.solrj.impl that return types with arguments of type LBSolrClient.Req Modifier and Type Method 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()
Methods in org.apache.solr.client.solrj.impl with parameters of type LBSolrClient.Req Modifier and Type Method 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.Method parameters in org.apache.solr.client.solrj.impl with type arguments of type LBSolrClient.Req Modifier and Type Method 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 parameters in org.apache.solr.client.solrj.impl with type arguments of type LBSolrClient.Req Constructor 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. -
Uses of LBSolrClient.Req in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return types with arguments of type LBSolrClient.Req Modifier and Type Method Description Map<String,LBSolrClient.Req>
UpdateRequest. getRoutesToCollection(DocRouter router, DocCollection col, Map<String,List<String>> urlMap, ModifiableSolrParams params, String idField)
-