public class DirectXmlRequest extends SolrRequest<UpdateResponse> implements IsUpdateRequest
SolrRequest.METHODSUPPORTED_METHODS| Constructor and Description | 
|---|
| DirectXmlRequest(String path,
                String body) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected UpdateResponse | createResponse(SolrClient client)Create a new SolrResponse to hold the response from the server | 
| Collection<ContentStream> | getContentStreams() | 
| SolrParams | getParams() | 
| void | setParams(SolrParams params) | 
getBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic Collection<ContentStream> getContentStreams()
getContentStreams in class SolrRequest<UpdateResponse>protected UpdateResponse createResponse(SolrClient client)
SolrRequestcreateResponse in class SolrRequest<UpdateResponse>client - the SolrClient the request will be sent topublic SolrParams getParams()
getParams in class SolrRequest<UpdateResponse>public void setParams(SolrParams params)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.