Closed
Description
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.