Skip to content

Commit

Permalink
Update match-phrase-query.asciidoc
Browse files Browse the repository at this point in the history
Added Parameters for consistency
  • Loading branch information
damien-renier-elastic authored Dec 17, 2024
1 parent f743a1e commit a37669f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/reference/query-dsl/match-phrase-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ GET /_search
}
--------------------------------------------------

A phrase query matches terms up to a configurable `slop`
(which defaults to 0) in any order. Transposed terms have a slop of 2.

The `analyzer` can be set to control which analyzer will perform the
analysis process on the text. It defaults to the field explicit mapping
definition, or the default search analyzer, for example:
Expand Down

0 comments on commit a37669f

Please sign in to comment.