ElasticSearch: 按查询结果更新数据12345678910111213141516171819POST /es_info/_update_by_query { "query": { "bool": { "must": [ { "match": { "tMode": 0 } } ] } }, "script": { "lang": "painless", "inline": "ctx._source.tMode=1" } }