spring-data-elasticsearch icon indicating copy to clipboard operation
spring-data-elasticsearch copied to clipboard

Add support for composable index templates [DATAES-885]

Open spring-projects-issues opened this issue 4 years ago • 1 comments

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

spring-projects-issues avatar Jul 17 '20 19:07 spring-projects-issues

Note: legacy index template API is deprecated as of Elasticsearch 7.13.0

sothawo avatar May 26 '21 15:05 sothawo

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)

sothawo avatar Feb 19 '23 16:02 sothawo