在elasticsearch-head中:
http://localhost:9200/my_index/products/2/
_update
{ "script" : { "inline": "ctx._source.name = ‘xxx‘" } }
原文地址:https://www.cnblogs.com/chenmz1995/p/10534545.html
时间: 2024-12-26 09:00:28
在elasticsearch-head中:
http://localhost:9200/my_index/products/2/
_update
{ "script" : { "inline": "ctx._source.name = ‘xxx‘" } }
原文地址:https://www.cnblogs.com/chenmz1995/p/10534545.html