[Docs] Fix typo in match-bool-prefix-query doc (#56077)

This commit is contained in:
bellengao 2020-05-04 20:17:00 +08:00 committed by Christoph Büscher
parent 40f99119ae
commit 722de7dd98
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ An important difference between the `match_bool_prefix` query and
<<query-dsl-match-query-phrase-prefix,`match_phrase_prefix`>> is that the
`match_phrase_prefix` query matches its terms as a phrase, but the
`match_bool_prefix` query can match its terms in any position. The example
`match_bool_prefix` query above could match a field containing containing
`match_bool_prefix` query above could match a field containing
`quick brown fox`, but it could also match `brown fox quick`. It could also
match a field containing the term `quick`, the term `brown` and a term
starting with `f`, appearing in any position.