put Index Settings
suspend fun SearchClient.putIndexSettings(target: String, refreshInterval: String? = null, numberOfReplicas: String? = null, timeout: Duration? = null, masterTimeOut: Duration? = null): JsonObject
Update index settings for target via PUT /{target}/_settings.
Only non-null values are sent.
suspend fun SearchClient.putIndexSettings(target: String, settings: IndexSettings, timeout: Duration? = null, masterTimeOut: Duration? = null): JsonObject