public class SolrJsonRequest extends org.apache.solr.client.solrj.SolrRequest<SolrJsonResponse>
| Constructor and Description |
|---|
SolrJsonRequest(org.apache.solr.client.solrj.SolrRequest.METHOD method,
String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContentToStream(Object content) |
protected SolrJsonResponse |
createResponse(org.apache.solr.client.solrj.SolrClient client) |
ContentParser |
getContentParser() |
Collection<org.apache.solr.common.util.ContentStream> |
getContentStreams() |
org.apache.solr.common.params.SolrParams |
getParams() |
String |
toString() |
getBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic SolrJsonRequest(org.apache.solr.client.solrj.SolrRequest.METHOD method,
String path)
public ContentParser getContentParser()
public org.apache.solr.common.params.SolrParams getParams()
getParams in class org.apache.solr.client.solrj.SolrRequest<SolrJsonResponse>public Collection<org.apache.solr.common.util.ContentStream> getContentStreams() throws IOException
getContentStreams in class org.apache.solr.client.solrj.SolrRequest<SolrJsonResponse>IOExceptionpublic void addContentToStream(Object content)
protected SolrJsonResponse createResponse(org.apache.solr.client.solrj.SolrClient client)
createResponse in class org.apache.solr.client.solrj.SolrRequest<SolrJsonResponse>Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.