Elasticsearch报错:[reason=Fielddata is disabled on text fields by default]

错误报告

Elasticsearch报错:[reason=Fielddata is disabled on text fields by default]-每日运维
在elasticsearch中对text类型的字段进行聚合、排序时,会产生上面的错误

解决策略

把要聚合的字段加上".keyword"就可以了
image.png