Going through this documentation:
https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-docvalue-fields.html
I'm trying to find out a real use case as why one would need the docvalue_field as part of the query? Already these are part of the source and can it not be achieved by means of source filtering ("_source": ....) if we're interested in specific fields?