Merge pull request #14813 from gkopylov/fix_some_mistake_in_bool_query_doc
Fix missed comma in bool query
This commit is contained in:
commit
cdacd7d67c
|
@ -51,7 +51,7 @@ final `_score` for each document.
|
|||
},
|
||||
"filter": {
|
||||
"term" : { "tag" : "tech" }
|
||||
}
|
||||
},
|
||||
"must_not" : {
|
||||
"range" : {
|
||||
"age" : { "from" : 10, "to" : 20 }
|
||||
|
|
Loading…
Reference in New Issue