Uses of Class
org.elasticsearch.index.query.DisMaxQueryBuilder
-
Packages that use DisMaxQueryBuilder Package Description org.elasticsearch.index.query -
-
Uses of DisMaxQueryBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return DisMaxQueryBuilder Modifier and Type Method Description DisMaxQueryBuilderDisMaxQueryBuilder. add(QueryBuilder queryBuilder)Add a sub-query to this disjunction.static DisMaxQueryBuilderQueryBuilders. disMaxQuery()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.static DisMaxQueryBuilderDisMaxQueryBuilder. fromXContent(XContentParser parser)DisMaxQueryBuilderDisMaxQueryBuilder. tieBreaker(float tieBreaker)The score of each non-maximum disjunct for a document is multiplied by this weight and added into the final score.Methods in org.elasticsearch.index.query with parameters of type DisMaxQueryBuilder Modifier and Type Method Description protected booleanDisMaxQueryBuilder. doEquals(DisMaxQueryBuilder other)
-