Skip to content

Commit 4d73096

Browse files
author
Christoph Büscher
committed
[Docs] Remove boost parameter from intervals-query example (#43331)
The boost factor doesn't seem to be needed and can be removed.
1 parent 4317325 commit 4d73096

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/query-dsl/intervals-query.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ POST _search
4040
}
4141
]
4242
},
43-
"boost" : 2.0,
4443
"_name" : "favourite_food"
4544
}
4645
}
@@ -298,4 +297,4 @@ POST _search
298297
}
299298
}
300299
--------------------------------------------------
301-
// CONSOLE
300+
// CONSOLE

0 commit comments

Comments
 (0)