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.BuilderLBHttpSolrClient.Builder. httpSolrClientBuilderMethods in org.apache.solr.client.solrj.impl that return HttpSolrClient.Builder Modifier and Type Method Description HttpSolrClient.BuilderHttpSolrClient.Builder. allowCompression(boolean compression)Chooses whether createdHttpSolrClients use compression by default.HttpSolrClient.BuilderLBHttpSolrClient.Builder. getHttpSolrClientBuilder()HttpSolrClient.BuilderHttpSolrClient.Builder. getThis()HttpSolrClient.BuilderHttpSolrClient.Builder. withBaseSolrUrl(String baseSolrUrl)Specify the base-url for the created client to use when sending requests to Solr.HttpSolrClient.BuilderHttpSolrClient.Builder. withInvariantParams(ModifiableSolrParams params)Adds to the set of params that the createdHttpSolrClientwill add on all requestsHttpSolrClient.BuilderHttpSolrClient.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.BuilderLBHttpSolrClient.Builder. withHttpSolrClientBuilder(HttpSolrClient.Builder builder)Provides aHttpSolrClient.Builderto 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
-