Typeless index call can fail against an index with a custom type. #36811
Labels
>bug
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
v7.0.0-beta1
Using the typeless index APIs can result in an error when the index contains a custom type name that is not
_doc
. The issue seems to arise when the index call introduces a mapping update.The following gist demonstrates the problem: https://gist.github.com/jtibshirani/0929faf60bd78c794aeb01cc08d04c73.
The same issue also applies to typeless document update calls.
The text was updated successfully, but these errors were encountered: