Match query with type phrase

Is the following query equvalent to "match phrase" type of query

{
"query": {
"match": {
"useragent.name.keyword": {
"query": "Firefox",
"type": "phrase"
}
}
}
}

I didnt see any reference related to - " "type": "phrase" " in the documentation https://www.elastic.co/guide/en/elasticsearch/reference/6.8/query-dsl-match-query.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.