Uses of Class
org.elasticsearch.index.query.DisMaxQueryBuilder

Packages that use DisMaxQueryBuilder
org.elasticsearch.index.query   
 

Uses of DisMaxQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return DisMaxQueryBuilder
 DisMaxQueryBuilder DisMaxQueryBuilder.add(QueryBuilder queryBuilder)
          Add a sub-query to this disjunction.
 DisMaxQueryBuilder DisMaxQueryBuilder.boost(float boost)
          Sets the boost for this query.
static DisMaxQueryBuilder QueryBuilders.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.
 DisMaxQueryBuilder DisMaxQueryBuilder.tieBreaker(float tieBreaker)
          The score of each non-maximum disjunct for a document is multiplied by this weight and added into the final score.
 



Copyright © 2009-2012. All Rights Reserved.