You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the spring-data-opensearch library currently only supports the deprecated _template api. It would be great to be able to integrate with the new _index_template api, which also has support for composable index templates, instead of having to use a deprecated api.
What solution would you like?
Implement methods which use the new _index_template api.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
As far as I can tell, the spring-data-opensearch library currently only supports the deprecated
_template
api. It would be great to be able to integrate with the new_index_template
api, which also has support for composable index templates, instead of having to use a deprecated api.What solution would you like?
Implement methods which use the new
_index_template
api.The text was updated successfully, but these errors were encountered: