Class SolrJsonRequest
java.lang.Object
org.apache.solr.client.solrj.SolrRequest<SolrJsonResponse>
org.springframework.data.solr.core.schema.SolrJsonRequest
- All Implemented Interfaces:
Serializable
- Since:
- 1.3
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
org.apache.solr.client.solrj.SolrRequest.METHOD -
Field Summary
Fields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS, useBinaryV2, usev2 -
Constructor Summary
ConstructorsConstructorDescriptionSolrJsonRequest(org.apache.solr.client.solrj.SolrRequest.METHOD method, String path) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContentToStream(Object content) protected SolrJsonResponsecreateResponse(org.apache.solr.client.solrj.SolrClient client) Collection<org.apache.solr.common.util.ContentStream>org.apache.solr.common.params.SolrParamstoString()Methods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentWriter, getHeaders, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
-
Constructor Details
-
SolrJsonRequest
-
-
Method Details
-
getContentParser
-
getParams
public org.apache.solr.common.params.SolrParams getParams()- Specified by:
getParamsin classorg.apache.solr.client.solrj.SolrRequest<SolrJsonResponse>
-
getContentStreams
- Overrides:
getContentStreamsin classorg.apache.solr.client.solrj.SolrRequest<SolrJsonResponse>- Throws:
IOException
-
addContentToStream
-
toString
-
createResponse
- Specified by:
createResponsein classorg.apache.solr.client.solrj.SolrRequest<SolrJsonResponse>
-