default SetSettingsResponse |
SearchIndexSettings.setSettings(IndexSettings settings) |
Set settings of this index, and do not forward to slaves
|
default SetSettingsResponse |
SearchIndexSettings.setSettings(IndexSettings settings,
RequestOptions requestOptions) |
Set settings of this index, and do not forward to slaves
|
default SetSettingsResponse |
SearchIndexSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas) |
Set settings of this index, and do not forward to replicas
|
default SetSettingsResponse |
SearchIndexSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas,
RequestOptions requestOptions) |
Set settings of this index, and do not forward to replicas
|
default CompletableFuture<SetSettingsResponse> |
SearchIndexSettings.setSettingsAsync(IndexSettings settings) |
Set settings of this index, and do not forward to replicas
|
default CompletableFuture<SetSettingsResponse> |
SearchIndexSettings.setSettingsAsync(IndexSettings settings,
RequestOptions requestOptions) |
Set settings of this index, and do not forward to slaves
|
default CompletableFuture<SetSettingsResponse> |
SearchIndexSettings.setSettingsAsync(IndexSettings settings,
Boolean forwardToReplicas) |
Set settings of this index, and do not forward to replicas
|
default CompletableFuture<SetSettingsResponse> |
SearchIndexSettings.setSettingsAsync(IndexSettings settings,
Boolean forwardToReplicas,
RequestOptions requestOptions) |
Set settings of this index, and do not forward to replicas
|