【记录】elastic_head 增 删 改 查 elastic数据

参考地址:https://www.cnblogs.com/leohahah/p/10310214.html

更新某index数据

http://XXXX:9200/product/product/10046/_update/

 

{
    "script": "ctx._source.mainimgurl='XXXX1.png'"
}

 

结果

 

 

http://XXXXXX:9200/

 

product_recommend/_delete_by_query

 

{"query":
  {"match":{
    "_id":"10076"
   }
  }
}

 

 

posted @ 2020-02-20 20:11  -天道酬勤-  阅读(264)  评论(0编辑  收藏  举报