Uses of Class
com.senseidb.search.client.json.req.query.BoolQuery

Packages that use BoolQuery
com.senseidb.search.client.json.req.query   
 

Uses of BoolQuery in com.senseidb.search.client.json.req.query
 

Methods in com.senseidb.search.client.json.req.query that return BoolQuery
static BoolQuery Queries.bool(List<Query> must, List<Query> must_not, List<Query> should, double boost)
           
static BoolQuery Queries.bool(List<Query> must, List<Query> must_not, List<Query> should, int minimumNumberShouldMatch, double boost, boolean disableCoord)
           
 



Copyright © 2010-2012. All Rights Reserved.