6个节点的集群,ES版本5.5.1,查询索引包含10亿条记录,聚合语句如下
{
"query": {
"match": {
"fid": "614A2FAAD05646E3BF968D18B62CC264"
}
},
"aggs": {
"xx": {
"terms": {
"field": "dkbm",
"size": 10,
"collect_mode": "breadth_first"
}
}
}
}
为什么我已经用查询将聚合数据限制为一条了 还是报fielddata too large 的错误
4 个回复
God_lockin
赞同来自:
novia - 1&0
赞同来自:
novia - 1&0
赞同来自:
rochy - rochy_he
赞同来自:
参考文档:https://www.elastic.co/guide/e ... tions