项目启动的时候报错
来源:11-16 SpringBoot整合ElasticSearch

hello随机昵称
2020-07-04
请问老师这是为什么啊?
[restartedMain] ERROR o.s.d.e.r.s.AbstractElasticsearchRepository - [,93] - failed to load elasticsearch nodes : org.elasticsearch.index.mapper.MapperParsingException: analyzer [ik_max_word] not found for field [title]
springboot和es的版本都没有错,直接用postman,eshead测试都没有问题,启动就会报这个错。
写回答
1回答
-
神思者
2020-07-04
你删除ES中所以索引和数据,然后重启后端项目,再试一下
022020-07-04
相似问题