The Open API specification for Synapse is now available for download!

Download Open API Spec

BoostingQuery

org.sagebionetworks.repo.model.search.dsl.BoostingQuery

A boosting compound clause. Returns documents matching positive, demoting those that also match negative by negative_boost.

Field Type Description
positive Query
negative Query
negative_boost NUMBER Required. Multiplier (0–1) applied to the score of documents that also match negative.
boost NUMBER Optional. Multiplier for the relevance score of this clause. Default 1.0.
_name STRING Optional. Label echoed back in matched-queries metadata.