Hi all,
I want to fetch one field data very frequent, so i want to store that field data in memory for all documents, so when i fetch via search query by _source, the result will be faster. In normal case it takes too much time when we put any field name in _source.
So i found "store" is there as field param, i want to know is there any drawback of using this or any other better solution.
Bye.