聚合Elasticsearch中嵌套对象的数量

时间:2017-04-11 20:22:02

标签: elasticsearch

我在elasticsearch中有以下映射。

"image": {
    "properties": {
        "comments": {
            "type": "nested",
            "properties": {
                "text": {
                    "type": "string"
                }
            }
        }
    }
}

现在我想要一个很好的聚合,我可以看到每个图像的评论分布。有什么建议吗?

0 个答案:

没有答案