Docs: Fixed explanation of how the query string query is rewritten

This commit is contained in:
Clinton Gormley 2015-02-12 12:46:35 +01:00
parent 4e94be8a37
commit 856b0fa1a0
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ matches the same words as
--------------------------------------------------
{
"query_string": {
"query": "(content:this OR content:that) AND (name:this OR name:that)"
"query": "(content:this OR name:this) AND (content:that OR name:that)"
}
}
--------------------------------------------------