【Elasticsearch】 es include_type_name unless the include_type_name parameter is set to true

Insert picture description here

1 Overview

The Mapping I use es to get the index is as follows

GET index_name/_mapping

The result is correct, but there is warn, and then I changed it to the following

GET index_name/_mapping?include_type_name=true

Guess you like

Origin blog.csdn.net/qq_21383435/article/details/109587487