Constant Score QueryΒΆ

A query that produces a score of 1.0 (modifiable by query boost value) for documents that match the filter query.

Proto definition:

message ConstantScoreQuery {
    // Query to determine matching documents
    Query filter = 1;
}