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
CloudSolrClient.RouteResponse<T extends LBSolrClient.Req>
Methods in org.apache.solr.client.solrj.impl that return types with arguments of type LBSolrClient.Req Modifier and Type Method Description protected Map<String,LBSolrClient.Req>
CloudLegacySolrClient. createRoutes(UpdateRequest updateRequest, ModifiableSolrParams routableParams, DocCollection col, DocRouter router, Map<String,List<String>> urlMap, String idField)
Deprecated.protected Map<String,? extends LBSolrClient.Req>
CloudSolrClient. createRoutes(UpdateRequest updateRequest, ModifiableSolrParams routableParams, DocCollection col, DocRouter router, Map<String,List<String>> urlMap, String routeField)
Map<String,? extends LBSolrClient.Req>
CloudSolrClient.RouteException. getRoutes()
Methods in org.apache.solr.client.solrj.impl with parameters of type LBSolrClient.Req Modifier and Type Method Description Cancellable
LBHttp2SolrClient. asyncReq(LBSolrClient.Req req, AsyncListener<LBSolrClient.Rsp> asyncListener)
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 CloudSolrClient.RouteException
CloudLegacySolrClient. getRouteException(SolrException.ErrorCode serverError, NamedList<Throwable> exceptions, Map<String,? extends LBSolrClient.Req> routes)
Deprecated.protected CloudSolrClient.RouteException
CloudSolrClient. getRouteException(SolrException.ErrorCode serverError, NamedList<Throwable> exceptions, Map<String,? extends LBSolrClient.Req> routes)
Constructors in org.apache.solr.client.solrj.impl with parameters of type LBSolrClient.Req Constructor Description ServerIterator(LBSolrClient.Req req, Map<String,LBSolrClient.ServerWrapper> zombieServers)
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)
-
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)
-