http://ip:port/索引/_update_by_query
{
"track_total_hits": "true",
"query": {
"bool": {
"must": [
{
"term": {
"字段A.字段B.keyword": "旧名称"
}
}
]
}
},
"script": {
"source": "ctx._source.字段A['字段B'] = '新名称'",
"lang": "painless"
}
}
curl 单引号转义 \'
无法生效,\'
用 \u0027
替换即可
网友评论