The boost keyword changed to bool

This commit is contained in:
bharvi 2015-10-18 13:45:10 +05:30
parent c71da4b999
commit 00db388722
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Filters documents that exists within a range from a specific point:
[source,js]
--------------------------------------------------
{
"boost" : {
"bool" : {
"must" : {
"match_all" : {}
},