Elasticsearch - Index Management
Given this request to create an index:
What will be the number of shards for this index?
{ "settings": { "number_of_shards": 2 }, "mappings": { "properties": { "title": { "type": "text" } } } }What will be the number of shards for this index?
