Closed aiYunS-love closed 3 months ago
Spring Data Elasticsearch since version 5.3.2 is built against Elasticsearch 8.13.4. The parameter of these type obviously changed in the Elasticsearch client since version 7.17.23, that's nothing where Spring Data Elasticsearch could do anything. Some of these parameters in the Elasticsearch client library even changed with patch level changes.
The conflict you get is because you do not use the Elasticsearch library that Spring Data Elasticsearch is built against. You should use the Elasticsearch client libs in the correct versions, as defined by the Spring Data Elasticsearch pom and documented in the release notes (https://docs.spring.io/spring-data/elasticsearch/reference/elasticsearch/versions.html it seems I forgot to update this with 5.3.2)