1、背景
使用Jest进行批量插入数据的时候,偶尔会出现如下的bug
One or more of the items in the Bulk request failed, check
BulkResult.getItems() for more information.
起初认为是偶发,就把并发数调小,就再没有关注。
源自死磕ElasticsearchQQ群(626036393)中的一个问题:
问题如下:
where (position=ES or work=ES or content=ES) and academic=本科 and (city=北京 or city=深圳)
1
怎么构建ES的查询条件?
我的问题拆解与实现如下: