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

java.lang.Object
  extended by com.senseidb.search.client.json.req.query.BoolQuery
All Implemented Interfaces:
Filter, Query

public class BoolQuery
extends Object
implements Query

A query that matches documents matching boolean combinations of other queries. Similar in concept to Boolean query, except that the clauses are other filters. Can be placed within queries that accept a filter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.senseidb.search.client.json.req.filter.Filter
Filter.AndOr
 
Constructor Summary
BoolQuery(List<Query> must, List<Query> must_not, List<Query> should, Integer minimumNumberShouldMatch, double boost, Boolean disableCoord)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoolQuery

public BoolQuery(List<Query> must,
                 List<Query> must_not,
                 List<Query> should,
                 Integer minimumNumberShouldMatch,
                 double boost,
                 Boolean disableCoord)


Copyright © 2010-2012. All Rights Reserved.