| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| org.apache.solr.common.util | Common utility classes reused on both clients & server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryRequestWriterA RequestWriter which writes requests in the javabin format | 
| Modifier and Type | Field and Description | 
|---|---|
| protected RequestWriter | HttpSolrClient. requestWriterThe RequestWriter used to write all requests to Solr | 
| protected RequestWriter | LBSolrClient. requestWriter | 
| Modifier and Type | Method and Description | 
|---|---|
| RequestWriter | BaseCloudSolrClient. getRequestWriter() | 
| RequestWriter | LBSolrClient. getRequestWriter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Http2SolrClient. setRequestWriter(RequestWriter requestWriter) | 
| void | HttpSolrClient. setRequestWriter(RequestWriter requestWriter) | 
| void | BaseCloudSolrClient. setRequestWriter(RequestWriter requestWriter) | 
| void | LBSolrClient. setRequestWriter(RequestWriter requestWriter)Changes the  RequestWriterthat will be used for the internal
 SolrServer objects. | 
| void | ConcurrentUpdateSolrClient. setRequestWriter(RequestWriter requestWriter) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContentStream | ContentStreamBase. create(RequestWriter requestWriter,
      SolrRequest req) | 
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.