The boost keyword changed to bool
This commit is contained in:
parent
c71da4b999
commit
00db388722
|
@ -6,7 +6,7 @@ Filters documents that exists within a range from a specific point:
|
|||
[source,js]
|
||||
--------------------------------------------------
|
||||
{
|
||||
"boost" : {
|
||||
"bool" : {
|
||||
"must" : {
|
||||
"match_all" : {}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue