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, useBinaryV2, usev2
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, getCollection, getContentWriter, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUseV2
public 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>
IOException
protected SolrResponseBase createResponse(SolrClient client)
createResponse
in class SolrRequest<SolrResponseBase>