遇到的问题
springboot 在使用ES时,主程序可以正常启动,但是新增数据时报错。
此时检查es发现索引已经建立成功,但是新增数据的时候报错。找了很久的原因。报错如下所示
Unable to parse response body for Response{requestLine=POST /article/_doc?timeout=1m HTTP/1.1, host=http://127.0.0.1:9200, response=HTTP/1.1 201 Created
原因分析
es版本迭代很快
springboot2.6.x版本使用ES7.x比较好。
SpringData官方的ElasticSearch版本支持简介文章来源:https://www.toymoban.com/news/detail-537988.html
解决方法
换一个版本下载,看看自己的项目对应的版本,根据spring提供的版本支持去找个适合你自己的。
我这里提供一个支持springboot2.6.x的ES7.15.x的下载链接
官方链接ES7.15.2文章来源地址https://www.toymoban.com/news/detail-537988.html
到了这里,关于springboot使用elasticsearch新增时报错Unable to parse response body for Response{requestLine=POST的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!