我在elasticsearch中有以下映射。
"image": {
"properties": {
"comments": {
"type": "nested",
"properties": {
"text": {
"type": "string"
}
}
}
}
}
现在我想要一个很好的聚合,我可以看到每个图像的评论分布。有什么建议吗?