public class UpdateCorePropertyRequest extends SolrRequest<SolrResponseBase>
SolrRequest to update the value of a core propertySolrRequest.METHOD| Modifier and Type | Field and Description |
|---|---|
private String |
_key |
private String |
_value |
SUPPORTED_METHODS| Constructor and Description |
|---|
UpdateCorePropertyRequest(String key,
String value)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected SolrResponseBase |
createResponse(SolrClient client) |
Collection<ContentStream> |
getContentStreams() |
SolrParams |
getParams() |
getBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic UpdateCorePropertyRequest(String key, String value)
key - The property key to updatevalue - The new value to setpublic SolrParams getParams()
getParams in class SolrRequest<SolrResponseBase>public Collection<ContentStream> getContentStreams() throws IOException
getContentStreams in class SolrRequest<SolrResponseBase>IOExceptionprotected SolrResponseBase createResponse(SolrClient client)
createResponse in class SolrRequest<SolrResponseBase>