Java API client version
7.17.7
Java version
11.0.14
Elasticsearch Version
7.17.7
Problem description
The API seems to be missing support for {dynamic_type} (https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic-templates.html#template-variables)
In DynamicTemplate.Builder, I can't find any way to specify a mapping using {dynamic_type}. (Property.Kind has no corresponding value.)
This Issue seems to have been resolved earlier in #142 but I'm still not able to find this dynamic type in the latest versions.
Java API client version
7.17.7
Java version
11.0.14
Elasticsearch Version
7.17.7
Problem description
The API seems to be missing support for {dynamic_type} (https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic-templates.html#template-variables)
In DynamicTemplate.Builder, I can't find any way to specify a mapping using {dynamic_type}. (Property.Kind has no corresponding value.)
This Issue seems to have been resolved earlier in #142 but I'm still not able to find this dynamic type in the latest versions.