index_put_settings
Modify index configuration parameters like refresh intervals, shard allocation, and replication settings to optimize search performance and resource usage.
Instructions
更新索引设置
参数:
index: 索引名称
settings: 设置项
示例:
index_put_settings("products", {"index.refresh_interval": "30s"})
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| settings | Yes |