Uses of Class
org.apache.solr.client.solrj.impl.HttpSolrClient.Builder
-
Packages that use HttpSolrClient.Builder Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of HttpSolrClient.Builder in org.apache.solr.client.solrj.impl
Fields in org.apache.solr.client.solrj.impl declared as HttpSolrClient.Builder Modifier and Type Field Description protected HttpSolrClient.Builder
LBHttpSolrClient.Builder. httpSolrClientBuilder
Methods in org.apache.solr.client.solrj.impl that return HttpSolrClient.Builder Modifier and Type Method Description HttpSolrClient.Builder
HttpSolrClient.Builder. allowCompression(boolean compression)
Chooses whether createdHttpSolrClient
s use compression by default.HttpSolrClient.Builder
LBHttpSolrClient.Builder. getHttpSolrClientBuilder()
HttpSolrClient.Builder
HttpSolrClient.Builder. getThis()
HttpSolrClient.Builder
HttpSolrClient.Builder. withBaseSolrUrl(String baseSolrUrl)
Specify the base-url for the created client to use when sending requests to Solr.HttpSolrClient.Builder
HttpSolrClient.Builder. withInvariantParams(ModifiableSolrParams params)
Adds to the set of params that the createdHttpSolrClient
will add on all requestsHttpSolrClient.Builder
HttpSolrClient.Builder. withKerberosDelegationToken(String delegationToken)
Use a delegation token for authenticating via the KerberosPluginMethods in org.apache.solr.client.solrj.impl with parameters of type HttpSolrClient.Builder Modifier and Type Method Description LBHttpSolrClient.Builder
LBHttpSolrClient.Builder. withHttpSolrClientBuilder(HttpSolrClient.Builder builder)
Provides aHttpSolrClient.Builder
to be used for building the internally used clients.Constructors in org.apache.solr.client.solrj.impl with parameters of type HttpSolrClient.Builder Constructor Description DelegationTokenHttpSolrClient(HttpSolrClient.Builder builder)
HttpSolrClient(HttpSolrClient.Builder builder)
LBHttpSolrClient(HttpSolrClient.Builder httpSolrClientBuilder, org.apache.http.client.HttpClient httpClient, String... solrServerUrl)
Deprecated.useLBHttpSolrClient(Builder)
instead, as it is a more extension/subclassing-friendly alternative
-