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

 

局部修改数据

 

image

 

 

{"doc":{"owner":124}}

 

{"doc":{"ownerStr":"Aki_Ding"}}

 

 

 

 

POST /website/blog/123/_update
{
  "doc" : {
     "tags" : [ "testing" ],
     "views": 0
  }
}

 

posted @ 2023-02-01 13:56  kuroniko  阅读(33)  评论(0)    收藏  举报