Uses of Class
org.apache.solr.client.solrj.impl.LBSolrClient.Req
Packages that use LBSolrClient.Req
Package
Description
Implementations of some client API classes, and their friends.
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.ReqModifier and TypeClassDescriptionstatic classCloudSolrClient.RouteResponse<T extends LBSolrClient.Req>Methods in org.apache.solr.client.solrj.impl that return types with arguments of type LBSolrClient.ReqModifier and TypeMethodDescriptionprotected 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.ReqModifier and TypeMethodDescriptionprotected ExceptionLBSolrClient.doRequest(LBSolrClient.Endpoint baseUrl, LBSolrClient.Req req, LBSolrClient.Rsp rsp, boolean isNonRetryable, boolean isZombie) LBSolrClient.request(LBSolrClient.Req req) Tries to query a live server from the list provided in Req.LBAsyncSolrClient.requestAsync(LBSolrClient.Req req) Execute an asynchronous request against one or more hosts for a given collection.Method parameters in org.apache.solr.client.solrj.impl with type arguments of type LBSolrClient.ReqModifier and TypeMethodDescriptionprotected CloudSolrClient.RouteExceptionCloudSolrClient.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.ReqModifierConstructorDescriptionEndpointIterator(LBSolrClient.Req req, Map<String, LBSolrClient.EndpointWrapper> zombieServers) Constructor parameters in org.apache.solr.client.solrj.impl with type arguments of type LBSolrClient.ReqModifierConstructorDescriptionRouteException(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.ReqModifier and TypeMethodDescriptionUpdateRequest.getRoutesToCollection(DocRouter router, DocCollection col, Map<String, List<String>> urlMap, ModifiableSolrParams params, String idField)