Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
CloudSolrClient.RouteException |
static class |
HttpSolrClient.RemoteSolrException
Subclass 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.
|
Modifier and Type | Method and Description |
---|---|
protected DocCollection |
CloudSolrClient.getDocCollection(ClusterState clusterState,
String collection,
Integer expectedVersion) |
Modifier and Type | Class and Description |
---|---|
class |
ZooKeeperException |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
NamedList.removeConfigArgs(String name)
Used for getting one or many arguments from NamedList objects that hold
configuration parameters.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.