ElasticsearchStatusException 這個問題有人遇到嗎
ElasticsearchStatusException[Elasticsearch exception [type=illegal_argument_exception, reason=request [/blog/_doc/_search] contains unrecognized parameters: [ignore_throttled], [rest_total_hits_as_int]]
]
ElasticsearchStatusException[Elasticsearch exception [type=illegal_argument_exception, reason=request [/blog/_doc/_search] contains unrecognized parameters: [ignore_throttled], [rest_total_hits_as_int]]
]
2019-12-16
舉報
2021-04-18
springboot版本要和es版本對應起來
springboot 2.2.0 對應 es 6.8.3,我用了沒問題
2020-07-14
你看你SpringBoot對應的elasticsearch的版本,下載一個和對應的就行了,親測有效喲
版本不對應各種奇怪的問題
換版本真香
2020-04-27
客戶端和服務端版本不一致導致的吧,服務端不識別那些參數
2020-02-29
請問解決了嗎?我也遇到了,怎么解決該問題呢