| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConcurrentUpdateSolrClient.Builder | ConcurrentUpdateSolrClient.Builder. alwaysStreamDeletes()Configures created clients to always stream delete requests. | 
| ConcurrentUpdateSolrClient.Builder | ConcurrentUpdateSolrClient.Builder. neverStreamDeletes()Configures created clients to not stream delete requests. | 
| ConcurrentUpdateSolrClient.Builder | ConcurrentUpdateSolrClient.Builder. withExecutorService(ExecutorService executorService)Provides the  ExecutorServicefor clients to use when servicing requests. | 
| ConcurrentUpdateSolrClient.Builder | ConcurrentUpdateSolrClient.Builder. withHttpClient(org.apache.http.client.HttpClient httpClient)Provides a  HttpClientfor the builder to use when creating clients. | 
| ConcurrentUpdateSolrClient.Builder | ConcurrentUpdateSolrClient.Builder. withQueueSize(int queueSize)The number of documents to batch together before sending to Solr. | 
| ConcurrentUpdateSolrClient.Builder | ConcurrentUpdateSolrClient.Builder. withThreadCount(int threadCount)The number of threads used to empty  ConcurrentUpdateSolrClients queue. | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.