Browse Source

The boost keyword changed to bool

bharvi 10 years ago
parent
commit
00db388722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/geo-distance-range-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/geo-distance-range-query.asciidoc

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