Is it possible to disable_coord for match query

Hi,
After going through the elastic search documentation, i found out that we can disable_coord ( http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-bool-query.html ) on a bool query by setting to it true.

I need to do exactly same thing with match query(i.e prevent multiplication with coord factor). Is it possible to do that. I tried using disable_coord: true in match query but it dint work.
Any suggestions on this?
Thanks and Regards
Sahil