你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
strglee
赞同来自:
{ "query": { "bool": { "must": [ { "term": { "name": "xxx" } }, { "terms": { "age": [ 1, 2 ] } } ] } } }
{ "query": { "bool": { "must": [ { "term": { "name": "xxx" } } ], "should": [ { "term": { "age": 1 } }, { "term": { "age": 2 } } ], "minimum_should_match": 1 } } }
wanglei1988
要回复问题请先登录或注册
3 个回复
strglee
赞同来自:
方案二:
wanglei1988
赞同来自:
wanglei1988
赞同来自: