| Package | Description | 
|---|---|
| org.apache.solr.client.solrj | 
 Primary APIs for communicating with a Solr Server from a Java client. 
 | 
| org.apache.solr.client.solrj.impl | 
 Concrete implementations of client API classes. 
 | 
| org.apache.solr.client.solrj.request | 
 Convenience classes for dealing with various types of Solr requests. 
 | 
| org.apache.solr.client.solrj.request.json | 
 Allows sending of requests using Solr's JSON query/faceting API 
 | 
| org.apache.solr.client.solrj.request.schema | 
 Convenience classes for making Schema API requests. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RequestWriter.ContentWriter | 
SolrRequest.getContentWriter(String expectedType)
If a request object wants to do a push write, implement this method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RequestWriter.ContentWriter | 
BinaryRequestWriter.getContentWriter(SolrRequest req)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RequestWriter.StringPayloadContentWriter  | 
| Modifier and Type | Field and Description | 
|---|---|
RequestWriter.ContentWriter | 
GenericSolrRequest.contentWriter  | 
| Modifier and Type | Method and Description | 
|---|---|
RequestWriter.ContentWriter | 
RequestWriter.getContentWriter(SolrRequest req)
Use this to do a push writing instead of pull. 
 | 
RequestWriter.ContentWriter | 
GenericSolrRequest.getContentWriter(String expectedType)  | 
RequestWriter.ContentWriter | 
ContentStreamUpdateRequest.getContentWriter(String expectedType)  | 
RequestWriter.ContentWriter | 
MultiContentWriterRequest.getContentWriter(String expectedType)  | 
RequestWriter.ContentWriter | 
DirectXmlRequest.getContentWriter(String expectedType)  | 
RequestWriter.ContentWriter | 
DocumentAnalysisRequest.getContentWriter(String expectedType)  | 
RequestWriter.ContentWriter | 
StreamingUpdateRequest.getContentWriter(String expectedType)  | 
RequestWriter.ContentWriter | 
V2Request.getContentWriter(String s)  | 
| Modifier and Type | Method and Description | 
|---|---|
GenericSolrRequest | 
GenericSolrRequest.setContentWriter(RequestWriter.ContentWriter contentWriter)  | 
| Constructor and Description | 
|---|
StreamingUpdateRequest(String path,
                      RequestWriter.ContentWriter contentWriter)  | 
| Modifier and Type | Method and Description | 
|---|---|
RequestWriter.ContentWriter | 
DirectJsonQueryRequest.getContentWriter(String expectedType)  | 
RequestWriter.ContentWriter | 
JsonQueryRequest.getContentWriter(String expectedType)  | 
| Modifier and Type | Method and Description | 
|---|---|
RequestWriter.ContentWriter | 
SchemaRequest.Update.getContentWriter(String expectedType)  | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.