更新索引/获取->设置(未完成)
Update Indices Settings 更新索引设置
{
"index" : {
"number_of_replicas" : 4
}
}curl -XPUT 'localhost:9200/my_index/_settings' -d '
{
"index" : {
"number_of_replicas" : 4
}
}'批量索引的使用
Get Settings 获取设置
Last updated