public class DirectXmlRequest extends SolrRequest implements IsUpdateRequest
SolrRequest.METHOD
Constructor and Description |
---|
DirectXmlRequest(String path,
String body) |
Modifier and Type | Method and Description |
---|---|
Collection<ContentStream> |
getContentStreams() |
SolrParams |
getParams() |
UpdateResponse |
process(SolrServer server) |
void |
setParams(SolrParams params) |
getMethod, getPath, getResponseParser, getStreamingResponseCallback, setMethod, setPath, setResponseParser, setStreamingResponseCallback
public Collection<ContentStream> getContentStreams()
getContentStreams
in class SolrRequest
public SolrParams getParams()
getParams
in class SolrRequest
public void setParams(SolrParams params)
public UpdateResponse process(SolrServer server) throws SolrServerException, IOException
process
in class SolrRequest
SolrServerException
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.