Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
Modifier and Type | Method and Description |
---|---|
CloudHttp2SolrClient.Builder |
CloudHttp2SolrClient.Builder.sendDirectUpdatesToAnyShardReplica()
Tells
CloudHttp2SolrClient.Builder that created clients can send updates to any shard replica (shard leaders and non-leaders). |
CloudHttp2SolrClient.Builder |
CloudHttp2SolrClient.Builder.sendDirectUpdatesToShardLeadersOnly()
Tells
CloudHttp2SolrClient.Builder that created clients should send direct updates to shard leaders only. |
CloudHttp2SolrClient.Builder |
CloudHttp2SolrClient.Builder.withHttpClient(Http2SolrClient httpClient) |
CloudHttp2SolrClient.Builder |
CloudHttp2SolrClient.Builder.withInternalClientBuilder(Http2SolrClient.Builder internalClientBuilder)
If provided, the CloudHttp2SolrClient will build it's internal Http2SolrClient using this builder
(instead of the empty default one).
|
CloudHttp2SolrClient.Builder |
CloudHttp2SolrClient.Builder.withParallelUpdates(boolean parallelUpdates)
Tells
CloudHttp2SolrClient.Builder whether created clients should send shard updates serially or in parallel
When an UpdateRequest affects multiple shards, CloudHttp2SolrClient splits it up and sends a request
to each affected shard. |
Constructor and Description |
---|
CloudHttp2SolrClient(CloudHttp2SolrClient.Builder builder)
Create a new client object that connects to Zookeeper and is always aware
of the SolrCloud state.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.