### Description Same problem as solved here: https://github.com/spring-projects/spring-data-elasticsearch/issues/2592 The latest version 8.10.0 doesn't have mapping for Version enum type as mentioned in 8.10 docs: [8.10 guide](https://www.elastic.co/guide/en/elasticsearch/reference/8.10/mapping-types.html) [source of FieldType](https://github.com/elastic/elasticsearch-java/blob/v8.10.0/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FieldType.java)