Merge pull request #13894 from dmland/patch-1

Update query-string-syntax.asciidoc
This commit is contained in:
Clinton Gormley 2015-11-18 15:49:40 +01:00
parent b855e7d14e
commit 685a0462d8
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ query.
`((quick AND fox) OR (brown AND fox) OR fox) AND NOT news`:: `((quick AND fox) OR (brown AND fox) OR fox) AND NOT news`::
This form now replicates the logic from the original query correctly, but 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 <<query-dsl-match-query,`match` query>> In contrast, the same query rewritten using the <<query-dsl-match-query,`match` query>>
would look like this: would look like this: