Closed elinamaas closed 4 years ago
Pinging @elastic/es-search (:Search/Mapping)
Thanks @elinamaas for reporting this! It looks like we missed the 'put mapping' action in the PR you linked (#38825). I'll open a PR against 6.8 to fix this.
I just merged #38825 to address the issue. It will be available in an upcoming 6.8 patch release.
We receive the deprecation warning "Specifying types in put mapping requests is deprecated. To be compatible with 7.0, the mapping definition should not be nested under the type name, and the parameter include_type_name must be provided and set to false.".
There is a corresponding issue. But in one file it is still the same
RestPutMappingAction.java
:and it is should be changed to
Elasticsearch 6.8.10 Java 11 Springboot 2.2.7