Uses of Class
org.apache.solr.common.SolrException
-
Packages that use SolrException Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents.org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server.org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of SolrException in org.apache.solr.client.solrj.impl
Subclasses of SolrException in org.apache.solr.client.solrj.impl Modifier and Type Class Description static classCloudSolrClient.RouteExceptionstatic classHttpSolrClient.RemoteExecutionExceptionThis should be thrown when a server has an error in executing the request and it sends a proper payload back to the clientstatic classHttpSolrClient.RemoteSolrExceptionSubclass of SolrException that allows us to capture an arbitrary HTTP status code that may have been returned by the remote server or a proxy along the way.Methods in org.apache.solr.client.solrj.impl that throw SolrException Modifier and Type Method Description protected DocCollectionCloudSolrClient. getDocCollection(String collection, Integer expectedVersion) -
Uses of SolrException in org.apache.solr.common
Subclasses of SolrException in org.apache.solr.common Modifier and Type Class Description classNonExistentCoreException -
Uses of SolrException in org.apache.solr.common.cloud
Subclasses of SolrException in org.apache.solr.common.cloud Modifier and Type Class Description classZooKeeperException -
Uses of SolrException in org.apache.solr.common.util
Methods in org.apache.solr.common.util that throw SolrException Modifier and Type Method Description Collection<String>NamedList. removeConfigArgs(String name)Used for getting one or many arguments from NamedList objects that hold configuration parameters.
-