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
HttpSolrClient based on provided configuration. |
LBHttpSolrClient |
CloudSolrClient.getLbClient() |
Modifier and Type | Method and Description |
---|---|
CloudSolrClient.Builder |
CloudSolrClient.Builder.withLBHttpSolrClient(LBHttpSolrClient loadBalancedSolrClient)
Provides a
LBHttpSolrClient for 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.Builder instead. 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.Builder instead. |
CloudSolrClient(String zkHost,
LBHttpSolrClient lbClient,
boolean updatesToLeaders)
Deprecated.
use
CloudSolrClient.Builder instead. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.