Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
Modifier and Type | Method and Description |
---|---|
HttpSolrClient.Builder |
HttpSolrClient.Builder.allowCompression(boolean compression)
Chooses whether created
HttpSolrClient s use compression by default. |
HttpSolrClient.Builder |
LBHttpSolrClient.Builder.getHttpSolrClientBuilder() |
HttpSolrClient.Builder |
HttpSolrClient.Builder.withBaseSolrUrl(String baseSolrUrl) |
HttpSolrClient.Builder |
HttpSolrClient.Builder.withDelegationToken(String delegationToken)
Deprecated.
|
HttpSolrClient.Builder |
HttpSolrClient.Builder.withHttpClient(org.apache.http.client.HttpClient httpClient)
Provides a
HttpClient for the builder to use when creating clients. |
HttpSolrClient.Builder |
HttpSolrClient.Builder.withKerberosDelegationToken(String delegationToken)
Use a delegation token for authenticating via the KerberosPlugin
|
HttpSolrClient.Builder |
HttpSolrClient.Builder.withResponseParser(ResponseParser responseParser)
Provides a
ResponseParser for created clients to use when handling requests. |
Modifier and Type | Method and Description |
---|---|
LBHttpSolrClient.Builder |
LBHttpSolrClient.Builder.withHttpSolrClientBuilder(HttpSolrClient.Builder builder)
Provides a
HttpSolrClient.Builder to be used for building the internally used clients. |
Constructor and Description |
---|
LBHttpSolrClient(HttpSolrClient.Builder httpSolrClientBuilder,
org.apache.http.client.HttpClient httpClient,
String... solrServerUrl)
Deprecated.
use
LBHttpSolrClient.Builder instead. This will soon be a protected
method and will only be available for use in implementing subclasses. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.