cluster shards elasticsearch code example
Example: shards in elasticsearch
Each shard is an instance of a Lucene index, which you can think of as a self-contained search engine that indexes and handles queries for a subset of the data in an Elasticsearch cluster. ... The shard is the unit at which Elasticsearch distributes data around the cluster.