To retrieve fields while querying, AFAIK, there are two ways to achieve in ES
- stored_fields
- source filtering
I have an index with source enabled where it has few large documents also.
While querying, I want to fetch only one string field(non-indexed field which doesn't have more than 50 characters).
Which one would be preferable to fetch the field in terms of performance stored_fields or source filtering?
I am in ES 6.1