Merge pull request #13894 from dmland/patch-1
Update query-string-syntax.asciidoc
This commit is contained in:
parent
b855e7d14e
commit
685a0462d8
|
@ -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 <<query-dsl-match-query,`match` query>>
|
||||
would look like this:
|
||||
|
|
Loading…
Reference in New Issue