Changed boost keyword with bool in bounding box query

This commit is contained in:
bharvi 2015-10-18 15:12:47 +05:30
parent 00db388722
commit fd412551e4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ representation of the geo point, the filter can accept it as well:
[source,js]
--------------------------------------------------
{
"boost" : {
"bool" : {
"must" : {
"match_all" : {}
},