es 关闭 打开 index 局部修改数据 update
curl -XPOST http://15.99.72.165:9200/plan_index/_close
curl -XPOST http://15.99.72.165:9200/plan_index/_open
curl -XGET http://192.178.1.22:9200/_cat/indices?v
curl -XPOST http://192.178.1.22:9200/plan_index/_close
curl -XPOST http://192.178.1.22:9200/eaddcomponentindex/_close
局部修改数据
{"doc":{"owner":124}}
{"doc":{"ownerStr":"Aki_Ding"}}
POST /website/blog/123/_update
{
"doc" : {
"tags" : [ "testing" ],
"views": 0
}
}