Class DisMaxQueryBuilder

java.lang.Object
org.elasticsearch.index.query.AbstractQueryBuilder<DisMaxQueryBuilder>
org.elasticsearch.index.query.DisMaxQueryBuilder
All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentObject, QueryBuilder, Rewriteable<QueryBuilder>

public class DisMaxQueryBuilder
extends AbstractQueryBuilder<DisMaxQueryBuilder>
A query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.