Per ES docs, since 0.90.4 each query can support a Name via the "_name" property, however, this looks to be missing in NEST. The resultant "matched_queries" string array on each hit in the response would also need to be added.
I am looking to leverage this feature in an existing project. If it indeed is not present would you be interested in a PR that adds it? The documentation states all queries support this, and for starters I'm not sure if that literally means 100% of all possible query types or not (MLT, geo related, fuzzy, etc). If you know that answer off hand great, if not I could dig around in the ES source itself to try and figure that out so we have complete coverage.