Fix missed comma in bool query

This commit is contained in:
Kopylov German 2015-11-18 03:02:52 +03:00
parent c491dcc930
commit 951ddcf4ea
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ final `_score` for each document.
},
"filter": {
"term" : { "tag" : "tech" }
}
},
"must_not" : {
"range" : {
"age" : { "from" : 10, "to" : 20 }