【记录】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"
   }
  }
}

原文地址:https://www.cnblogs.com/wbl001/p/12337233.html