假设ES保存id,a,b,c四个字段,以前更新都是通过id更新。现在有需求根据id以外的字段更新ES的数据,实现类似update table t set t.b='new value' where t.a='hehe'把ES中a字段是‘hehe’的数据,b都更新为'new value'
HUH函数