jiangrz
Results
1
issues of
jiangrz
我的查询语句中有must和should,并且should中有三个子句,现在不符合should任何一个子句的数据也返回了,有办法设置minimumShouldMatch吗? 或者这种情况有没有替代查法 DSL语句类似: ```{ "bool": { "must": [ { "bool": { "should": [ { "range": { "字段xx": { } } } ] } } ], "should": [ { "match": {...