public abstract static class SchemaRequest.Update extends AbstractSchemaRequest<SchemaResponse.UpdateResponse>
SolrRequest.METHODSUPPORTED_METHODS| 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() | 
| protected abstract NamedList<Object> | getRequestParameters() | 
getParamsgetBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic Update()
public Update(SolrParams q)
public Collection<ContentStream> getContentStreams() throws IOException
getContentStreams in class AbstractSchemaRequest<SchemaResponse.UpdateResponse>IOExceptionprotected SchemaResponse.UpdateResponse createResponse(SolrClient client)
SolrRequestcreateResponse in class SolrRequest<SchemaResponse.UpdateResponse>client - the SolrClient the request will be sent toCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.