| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| LBHttpSolrClient | LBHttpSolrClient.Builder. build()Create a  HttpSolrClientbased on provided configuration. | 
| LBHttpSolrClient | CloudSolrClient. getLbClient() | 
| Modifier and Type | Method and Description | 
|---|---|
| CloudSolrClient.Builder | CloudSolrClient.Builder. withLBHttpSolrClient(LBHttpSolrClient loadBalancedSolrClient)Provides a  LBHttpSolrClientfor the builder to use when creating clients. | 
| Constructor and Description | 
|---|
| CloudSolrClient(Collection<String> zkHosts,
               String chroot,
               org.apache.http.client.HttpClient httpClient,
               LBHttpSolrClient lbSolrClient,
               boolean updatesToLeaders)Deprecated. 
 use  CloudSolrClient.Builderinstead.  This will soon be a protected method, and will only
 be available for use in implementing subclasses. | 
| CloudSolrClient(String zkHost,
               LBHttpSolrClient lbClient)Deprecated. 
 use  CloudSolrClient.Builderinstead. | 
| CloudSolrClient(String zkHost,
               LBHttpSolrClient lbClient,
               boolean updatesToLeaders)Deprecated. 
 use  CloudSolrClient.Builderinstead. | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.