Uses of Class
org.apache.solr.client.solrj.impl.CloudLegacySolrClient.Builder
-
Packages that use CloudLegacySolrClient.Builder Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of CloudLegacySolrClient.Builder in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return CloudLegacySolrClient.Builder Modifier and Type Method Description CloudLegacySolrClient.BuilderCloudLegacySolrClient.Builder. getThis()CloudLegacySolrClient.BuilderCloudLegacySolrClient.Builder. sendDirectUpdatesToAnyShardReplica()TellsCloudLegacySolrClient.Builderthat created clients can send updates to any shard replica (shard leaders and non-leaders).CloudLegacySolrClient.BuilderCloudLegacySolrClient.Builder. sendDirectUpdatesToShardLeadersOnly()TellsCloudLegacySolrClient.Builderthat created clients should send direct updates to shard leaders only.CloudLegacySolrClient.BuilderCloudLegacySolrClient.Builder. sendUpdatesOnlyToShardLeaders()TellsCloudLegacySolrClient.Builderthat created clients should send updates only to shard leaders.CloudLegacySolrClient.BuilderCloudLegacySolrClient.Builder. sendUpdatesToAllReplicasInShard()TellsCloudLegacySolrClient.Builderthat created clients should send updates to all replicas for a shard.CloudLegacySolrClient.BuilderCloudLegacySolrClient.Builder. withLBHttpSolrClient(LBHttpSolrClient loadBalancedSolrClient)Provides aLBHttpSolrClientfor the builder to use when creating clients.CloudLegacySolrClient.BuilderCloudLegacySolrClient.Builder. withLBHttpSolrClientBuilder(LBHttpSolrClient.Builder lbHttpSolrClientBuilder)Provides aHttpClientfor the builder to use when creating clients.CloudLegacySolrClient.BuilderCloudLegacySolrClient.Builder. withParallelUpdates(boolean parallelUpdates)TellsCloudLegacySolrClient.Builderwhether created clients should send shard updates serially or in parallelConstructors in org.apache.solr.client.solrj.impl with parameters of type CloudLegacySolrClient.Builder Constructor Description CloudLegacySolrClient(CloudLegacySolrClient.Builder builder)Deprecated.Create a new client object that connects to Zookeeper and is always aware of the SolrCloud state.
-