[Docs] Remove boost parameter from intervals-query example (#43331)

The boost factor doesn't seem to be needed and can be removed.
This commit is contained in:
Christoph Büscher 2019-06-20 10:33:48 +02:00
parent 24cfca53fa
commit adab7eae71
1 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ POST _search
}
]
},
"boost" : 2.0,
"_name" : "favourite_food"
}
}
@ -298,4 +297,4 @@ POST _search
}
}
--------------------------------------------------
// CONSOLE
// CONSOLE