Uses of Class
org.apache.solr.client.solrj.impl.CloudHttp2SolrClient.Builder
-
Packages that use CloudHttp2SolrClient.Builder Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of CloudHttp2SolrClient.Builder in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return CloudHttp2SolrClient.Builder Modifier and Type Method Description CloudHttp2SolrClient.Builder
CloudHttp2SolrClient.Builder. sendDirectUpdatesToAnyShardReplica()
TellsCloudHttp2SolrClient.Builder
that created clients can send updates to any shard replica (shard leaders and non-leaders).CloudHttp2SolrClient.Builder
CloudHttp2SolrClient.Builder. sendDirectUpdatesToShardLeadersOnly()
TellsCloudHttp2SolrClient.Builder
that created clients should send direct updates to shard leaders only.CloudHttp2SolrClient.Builder
CloudHttp2SolrClient.Builder. withHttpClient(Http2SolrClient httpClient)
CloudHttp2SolrClient.Builder
CloudHttp2SolrClient.Builder. withParallelUpdates(boolean parallelUpdates)
TellsCloudHttp2SolrClient.Builder
whether created clients should send shard updates serially or in parallel When anUpdateRequest
affects multiple shards,CloudHttp2SolrClient
splits it up and sends a request to each affected shard.Constructors in org.apache.solr.client.solrj.impl with parameters of type CloudHttp2SolrClient.Builder Constructor Description CloudHttp2SolrClient(CloudHttp2SolrClient.Builder builder)
Create a new client object that connects to Zookeeper and is always aware of the SolrCloud state.
-