ElasticsearchStatusException 这个问题有人遇到吗

来源:-

liuth

2019-12-16 14:55

ElasticsearchStatusException[Elasticsearch exception [type=illegal_argument_exception, reason=request [/blog/_doc/_search] contains unrecognized parameters: [ignore_throttled], [rest_total_hits_as_int]]

]


写回答 关注

4回答

  • 慕工程0448799
    2021-04-18 18:41:31

    springboot版本要和es版本对应起来

    springboot 2.2.0 对应 es 6.8.3,我用了没问题

    <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
       <version>2.2.0.RELEASE</version>
       <relativePath/> <!-- lookup parent from repository -->
    </parent>



  • 慕标0442515
    2020-07-14 19:23:09

    你看你SpringBoot对应的elasticsearch的版本,下载一个和对应的就行了,亲测有效哟

    版本不对应各种奇怪的问题

    换版本真香

  • catcher_1224
    2020-04-27 18:50:09

    客户端和服务端版本不一致导致的吧,服务端不识别那些参数

  • weixin_慕标5438995
    2020-02-29 15:45:15

    请问解决了吗?我也遇到了,怎么解决该问题呢

Springboot + ElasticSearch 构建博客检索系统

Springboot + ElasticSearch 构建个人博客检索系统

22917 学习 · 112 问题

查看课程

相似问题