标签: elasticsearch elasticsearch-aggregation
我正在尝试在包含两个字段但一个字段为空的字段上进行存储桶聚合。当前查询的输出应为0,但不是。基本上,术语查询没有给出正确的结果。
"aggs": { "msg": { "filters": { "filters": { "faqs": { "terms": {"test": ["non-empty","empty"]} }}}}}