| 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. | 
| org.apache.solr.common | Common classes reused on both clients & server for dealing with  documents 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CloudSolrClient.RouteException | 
| static class  | HttpSolrClient.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DocCollection | CloudSolrClient. getDocCollection(ClusterState clusterState,
                String collection,
                Integer expectedVersion) | 
| Modifier and Type | Method and Description | 
|---|---|
| CollectionAdminRequest.Create | CollectionAdminRequest.Create. setCollectionName(String collectionName)Deprecated.  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NonExistentCoreException | 
| 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-2016 Apache Software Foundation. All Rights Reserved.