From e0191438ed378e89f86e640289a8e68fa631fac1 Mon Sep 17 00:00:00 2001 From: bellengao Date: Mon, 4 May 2020 20:17:00 +0800 Subject: [PATCH] [Docs] Fix typo in match-bool-prefix-query doc (#56077) --- docs/reference/query-dsl/match-bool-prefix-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/match-bool-prefix-query.asciidoc b/docs/reference/query-dsl/match-bool-prefix-query.asciidoc index 34b1d7c0009e5..ffdacf130be59 100644 --- a/docs/reference/query-dsl/match-bool-prefix-query.asciidoc +++ b/docs/reference/query-dsl/match-bool-prefix-query.asciidoc @@ -44,7 +44,7 @@ An important difference between the `match_bool_prefix` query and <> 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.