Uses of Class
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.RouteException
-
Packages that use BaseCloudSolrClient.RouteException Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of BaseCloudSolrClient.RouteException in org.apache.solr.client.solrj.impl
Subclasses of BaseCloudSolrClient.RouteException in org.apache.solr.client.solrj.impl Modifier and Type Class Description static class
CloudSolrClient.RouteException
Deprecated.since Solr 8.0Methods in org.apache.solr.client.solrj.impl that return BaseCloudSolrClient.RouteException Modifier and Type Method Description protected BaseCloudSolrClient.RouteException
BaseCloudSolrClient. getRouteException(SolrException.ErrorCode serverError, NamedList<Throwable> exceptions, Map<String,? extends LBSolrClient.Req> routes)
-