ES Could not convert [id.index] to boolean

it2024-08-06  39

如果出现此问题 是由于ES从5.x版本更新值6.x 导致创建mapping时的index属性变动导致 “index”: “analyzed”, 将该属性值设为Boolean值用来表示是否索引 “index”: “true”,

最新回复(0)