public abstract static class SchemaRequest.Update extends AbstractSchemaRequest<SchemaResponse.UpdateResponse>
SolrRequest.METHOD
SUPPORTED_METHODS, useBinaryV2, usev2
Constructor and Description |
---|
Update() |
Update(SolrParams q) |
Modifier and Type | Method and Description |
---|---|
protected SchemaResponse.UpdateResponse |
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the server
|
Collection<ContentStream> |
getContentStreams()
Deprecated.
|
RequestWriter.ContentWriter |
getContentWriter(String expectedType)
If a request object wants to do a push write, implement this method.
|
protected abstract NamedList<Object> |
getRequestParameters() |
getParams
getBasicAuthPassword, getBasicAuthUser, getCollection, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUseV2
public Update()
public Update(SolrParams q)
@Deprecated public Collection<ContentStream> getContentStreams() throws IOException
getContentStreams
in class AbstractSchemaRequest<SchemaResponse.UpdateResponse>
IOException
public RequestWriter.ContentWriter getContentWriter(String expectedType)
SolrRequest
getContentWriter
in class SolrRequest<SchemaResponse.UpdateResponse>
expectedType
- This is the type that the RequestWriter would like to get. But, it is OK to send any formatprotected SchemaResponse.UpdateResponse createResponse(SolrClient client)
SolrRequest
createResponse
in class SolrRequest<SchemaResponse.UpdateResponse>
client
- the SolrClient
the request will be sent toCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.