From 685a0462d808360964fd85123347be740caae1da Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 18 Nov 2015 15:49:40 +0100 Subject: [PATCH] Merge pull request #13894 from dmland/patch-1 Update query-string-syntax.asciidoc --- docs/reference/query-dsl/query-string-syntax.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/query-string-syntax.asciidoc b/docs/reference/query-dsl/query-string-syntax.asciidoc index 17198a1991f..6755b9e9efe 100644 --- a/docs/reference/query-dsl/query-string-syntax.asciidoc +++ b/docs/reference/query-dsl/query-string-syntax.asciidoc @@ -241,7 +241,7 @@ query. `((quick AND fox) OR (brown AND fox) OR fox) AND NOT news`:: This form now replicates the logic from the original query correctly, but -the relevance scoring bares little resemblance to the original. +the relevance scoring bears little resemblance to the original. In contrast, the same query rewritten using the <> would look like this: