我正在尝试使用带有查询的脚本来更新特定文档,但我不确定哪个类需要使用jest客户端哪个工作与查询更新
这是我的代码
<button (click)="search();form.reset();selectedStatus=[]">search</button>
LocalJestClientInstance.getInstance()。getClient()。execute(new Update.Builder(h).index(index).type(type).build());
这不是我的文件更新。
Uri生成是这个uri = loadfields / loadfields_type / _update,method = POST
而不是_update如何获取_update_by_query