Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

# Match query [query-dsl-match-query]


Returns documents that match a provided text, number, date or boolean value. The provided text is analyzed before matching.

See also the [Analyze API]({ref}/indices/analyze.html) and

Check failure on line 11 in docs/reference/query-languages/query-dsl/query-dsl-match-query.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

`{ref}/indices/analyze.html` does not exist. If it was recently removed add a redirect. resolved to `/github/workspace/docs/reference/query-languages/query-dsl/{ref}/indices/analyze.html
[Text analysis concepts]({ref}/analysis.html).

Check failure on line 12 in docs/reference/query-languages/query-dsl/query-dsl-match-query.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

`{ref}/analysis.html` does not exist. If it was recently removed add a redirect. resolved to `/github/workspace/docs/reference/query-languages/query-dsl/{ref}/analysis.html

The `match` query is the standard query for performing a full-text search, including options for fuzzy matching.

`Match` will also work against [semantic_text](/reference/elasticsearch/mapping-reference/semantic-text.md) fields.
Expand Down