在不使用 id 的情况下根据某些条件更新 Elasticsearch 中的索引文档

Updating indexed documents in Elasticsearch based some criteria without using id

我在 Elasticsearch 中索引了数据,并希望将 'EMP_DEPT' 的文档更新为“软件”。因此,有任何方法可以在不使用文档 ID 的情况下更新匹配的文档。

来自Updating a field in all records in elasticsearch

使用以下插件:https://github.com/yakaz/elasticsearch-action-updatebyquery/