Uses of Class
org.apache.lucene.search.BooleanQuery
-
Packages that use BooleanQuery Package Description org.apache.lucene.queryparser.simple org.apache.lucene.search org.apache.lucene.search.suggest org.elasticsearch.common.lucene.search -
-
Uses of BooleanQuery in org.apache.lucene.queryparser.simple
Methods in org.apache.lucene.queryparser.simple with parameters of type BooleanQuery Modifier and Type Method Description protected QuerySimpleQueryParser. simplify(BooleanQuery bq)Helper to simplify boolean queries with 0 or 1 clause -
Uses of BooleanQuery in org.apache.lucene.search
Methods in org.apache.lucene.search that return BooleanQuery Modifier and Type Method Description BooleanQueryBooleanQuery.Builder. build()Create a newBooleanQuerybased on the parameters that have been set on this builder. -
Uses of BooleanQuery in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type BooleanQuery Modifier and Type Method Description List<Lookup.LookupResult>Lookup. lookup(CharSequence key, BooleanQuery contextFilerQuery, int num, boolean allTermsRequired, boolean doHighlight)Look up a key and return possible completion for this key. -
Uses of BooleanQuery in org.elasticsearch.common.lucene.search
Methods in org.elasticsearch.common.lucene.search that return BooleanQuery Modifier and Type Method Description static BooleanQueryQueries. filtered(Query query, Query filter)Methods in org.elasticsearch.common.lucene.search with parameters of type BooleanQuery Modifier and Type Method Description static QueryQueries. applyMinimumShouldMatch(BooleanQuery query, String minimumShouldMatch)
-