码迷,mamicode.com
首页 > 其他好文 > 详细

ES 在聚合结果中进行过滤

时间:2018-01-03 13:56:32      阅读:615      评论:0      收藏:0      [点我收藏+]

标签:rms   exclude   查询   must   agg   field   结果   tag   clu   

ES查询中,先聚合,在聚合结果中进行过滤

{
    "size": 0,
    "aggs": {
        "terms": {
            "terms": {
                "field": "mustTags",
                "include": ".*总则.*",
                "size": 999
            }
        }
    }
}

有include,自然就有exclude,用法一样,支持通配符匹配(正则方式)。  

ES 在聚合结果中进行过滤

标签:rms   exclude   查询   must   agg   field   结果   tag   clu   

原文地址:https://www.cnblogs.com/eviltuzki/p/8183185.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!