你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
strglee
赞同来自: devilhookey
"aggs": { "blog_group":{ "terms": { "field":"user_id", "size": 0 }, "aggs": { "having": { "bucket_selector": { "buckets_path": { "blog_count": "_count" }, "script": { "lang": "expression", "inline": " blog_count < 3" } } } } } }
[/url]
devilhookey
赞同来自:
{ "query": { "multi_match": { "query": "差点什么", "fields": [ "title", "name", "remark", "username", "other" ], "analyzer": "ik_syno_smart", "minimum_should_match": "90%" } }, "min_score": 1, "sort": [ { "uid": { "order": "asc" } } ], "aggs": { "uids": { "terms": { "field": "uid", "size": 0 }, "aggs": { "having": { "bucket_selector": { "buckets_path": { "uids_count": "_count" }, "script": { "lang": "expression", "inline": "uids_count < 3" } } } } } }, "size": 100 }
要回复问题请先登录或注册
2 个回复
strglee
赞同来自: devilhookey
devilhookey
赞同来自: