I was reading the document and happened to read the multiple index creation and ability to search on multiple indexes and also its possible to search specific search in Elasticsearch.
For example i have two index like releasedArea and WorkArea. am i can search by giving http://localhost:9200/_search?pretty=true which will search in all index
and i can specifically search like http://localhost:9200/releasedArea,WorkArea/_search?pretty=true.
So i think this specification will improve in terms of performance, if already knows where to search. if we don't know, where to search it should search in all index.
Could you please tell me, am i correct? else please let me know, what could be the reason.