Compound Queries
Boost
Basic Usage
A boost query wraps around another query to amplify its scoring impact, without altering the set of matched documents.
factor
required
The factor by which to multiply the score of each result.
query
required
The query to perform.
Was this page helpful?