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

更新某index数据

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

 

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

 

结果

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

 

 

http://XXXXXX:9200/

 

product_recommend/_delete_by_query

 

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

 

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

 

相关文章:

  • 2021-04-06
  • 2022-01-06
  • 2022-02-26
  • 2022-01-16
  • 2021-12-22
  • 2021-05-31
  • 2021-05-29
  • 2021-12-05
猜你喜欢
  • 2022-02-18
  • 2022-12-23
  • 2021-05-19
  • 2021-05-18
  • 2021-04-29
  • 2022-01-12
  • 2021-10-10
相关资源
相似解决方案