在elasticsearch-head中:

elasticsearch更新doc文档

 

http://localhost:9200/my_index/products/2/
_update
{
    "script" : {
        "inline": "ctx._source.name = 'xxx'"
    }
}

 

相关文章:

  • 2022-12-23
  • 2021-09-12
  • 2021-07-11
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-07-24
  • 2022-01-14
相关资源
相似解决方案