UpdateSettingsRequestBuilder |
UpdateSettingsRequestBuilder.setIndices(String... indices) |
Sets the indices the update settings will execute on
|
UpdateSettingsRequestBuilder |
UpdateSettingsRequestBuilder.setIndicesOptions(IndicesOptions options) |
Specifies what type of requested indices to ignore and wildcard indices expressions.
|
UpdateSettingsRequestBuilder |
UpdateSettingsRequestBuilder.setPreserveExisting(boolean preserveExisting) |
|
UpdateSettingsRequestBuilder |
UpdateSettingsRequestBuilder.setSettings(String source,
XContentType xContentType) |
Sets the settings to be updated (either json or yaml format)
|
UpdateSettingsRequestBuilder |
UpdateSettingsRequestBuilder.setSettings(Map<String,Object> source) |
Sets the settings to be updated
|
UpdateSettingsRequestBuilder |
UpdateSettingsRequestBuilder.setSettings(Settings settings) |
Sets the settings to be updated
|
UpdateSettingsRequestBuilder |
UpdateSettingsRequestBuilder.setSettings(Settings.Builder settings) |
Sets the settings to be updated
|