Compound Queries
Const Score
Basic Usage
Applies a constant score across all documents matched by the underlying query. It can avoid unnecessary score computation on the wrapped query.
score
required
The constant score to use for each result.
query
required
The query to perform.
Was this page helpful?