Indexes are equivalent to databases in relational databases. Just as a relational database has a schema, ES index has a mapping .
Shards => index is broken into shards (to distribute and scale them)
= > ( , node )
, ( Rafal Kuc) ES Cluster, Index, node Shards.

, stackoverflow post Elasticsearch @javanna