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

Packages that use BoolQueryBuilder
org.elasticsearch.index.query   
 

Uses of BoolQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return BoolQueryBuilder
static BoolQueryBuilder QueryBuilders.boolQuery()
          A Query that matches documents matching boolean combinations of other queries.
 BoolQueryBuilder BoolQueryBuilder.boost(float boost)
          Sets the boost for this query.
 BoolQueryBuilder BoolQueryBuilder.disableCoord(boolean disableCoord)
          Disables Similarity#coord(int,int) in scoring.
 BoolQueryBuilder BoolQueryBuilder.minimumNumberShouldMatch(int minimumNumberShouldMatch)
          Specifies a minimum number of the optional (should) boolean clauses which must be satisfied.
 BoolQueryBuilder BoolQueryBuilder.minimumShouldMatch(String minimumShouldMatch)
          Sets the minimum should match using the special syntax (for example, supporting percentage).
 BoolQueryBuilder BoolQueryBuilder.must(QueryBuilder queryBuilder)
          Adds a query that must appear in the matching documents.
 BoolQueryBuilder BoolQueryBuilder.mustNot(QueryBuilder queryBuilder)
          Adds a query that must not appear in the matching documents.
 BoolQueryBuilder BoolQueryBuilder.should(QueryBuilder queryBuilder)
          Adds a query that should appear in the matching documents.
 



Copyright © 2009-2012. All Rights Reserved.