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 |
HttpSolrClient.Builder.withHttpClient(org.apache.http.client.HttpClient httpClient)
Provides a
HttpClient for the builder to use when creating clients. |
HttpSolrClient.Builder |
HttpSolrClient.Builder.withResponseParser(ResponseParser responseParser)
Provides a
ResponseParser for created clients to use when handling requests. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.