Does Vespa support field projection for selected retrieval? (Similar to https://www.elastic.co/guide/en/elasticsearch/reference/current/search-fields.html in Elastic search)
Interested in:
- select all fields except a,b
- select fields *_name - [select all field names ending with _name]
- exclude fields *_name - [exclude all field names ending with _name]