Using explicit mapping creation

If we consider the index as a database in the SQL world, mapping is similar to the table definition.

Elasticsearch is able to understand the structure of the document that you are indexing (reflection) and create the mapping definition automatically (explicit mapping creation).