| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloudSolrClient.Builder | CloudSolrClient.Builder. sendUpdatesOnlyToShardLeaders()Tells  CloudSolrClient.Builderthat created clients should send updats only to shard leaders. | 
| CloudSolrClient.Builder | CloudSolrClient.Builder. sendUpdatesToAllReplicasInShard()Tells  CloudSolrClient.Builderthat created clients should send updates to all replicas for a shard. | 
| CloudSolrClient.Builder | CloudSolrClient.Builder. withHttpClient(org.apache.http.client.HttpClient httpClient)Provides a  HttpClientfor the builder to use when creating clients. | 
| CloudSolrClient.Builder | CloudSolrClient.Builder. withLBHttpSolrClient(LBHttpSolrClient loadBalancedSolrClient)Provides a  LBHttpSolrClientfor the builder to use when creating clients. | 
| CloudSolrClient.Builder | CloudSolrClient.Builder. withZkChroot(String zkChroot)Provides a ZooKeeper chroot for the builder to use when creating clients. | 
| CloudSolrClient.Builder | CloudSolrClient.Builder. withZkHost(Collection<String> zkHosts)Provide a series of ZooKeeper client endpoints for the builder to use when creating clients. | 
| CloudSolrClient.Builder | CloudSolrClient.Builder. withZkHost(String zkHost)Provide a ZooKeeper client endpoint to be used when configuring  CloudSolrClientinstances. | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.