spring-data-elasticsearch
spring-data-elasticsearch copied to clipboard
Add support for composable index templates [DATAES-885]
sothawo opened DATAES-885 and commented
Elasticsearch 7.8 introduces composable index templates. These should be support in Spring Data Elasticsearch as well
No further details from DATAES-885
Note: legacy index template API is deprecated as of Elasticsearch 7.13.0
Started working on that, but it seems that the necessary API calls are missing from the client (https://github.com/elastic/elasticsearch-java/issues/520)