What is an Mapping and Mapping Type ?Iam new to Elasticsearch.
Is Mapping equivalent to specifying data type of fields constraints in sql?
Mapping = https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
It's the same concept as a schema.
That is same as table
A schema is applied to a table, just as a mapping is applied to an index/