WARNING: Version 0.90 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Custom Boost Factor Query
editCustom Boost Factor Query
editDeprecated in 0.90.4.
Replaced by Function Score Query
custom_boost_factor
query allows to wrap another query and multiply
its score by the provided boost_factor
. This can sometimes be desired
since boost
value set on specific queries gets normalized, while this
query boost factor does not.
"custom_boost_factor" : { "query" : { .... }, "boost_factor" : 5.2 }