Uses of Class
org.apache.lucene.search.BooleanClause
-
Packages that use BooleanClause Package Description org.apache.lucene.queryparser.classic org.apache.lucene.search org.elasticsearch.index.search -
-
Uses of BooleanClause in org.apache.lucene.queryparser.classic
Methods in org.apache.lucene.queryparser.classic that return BooleanClause Modifier and Type Method Description protected BooleanClauseQueryParserBase. newBooleanClause(Query q, BooleanClause.Occur occur)Builds a new BooleanClause instanceMethod parameters in org.apache.lucene.queryparser.classic with type arguments of type BooleanClause Modifier and Type Method Description protected voidQueryParserBase. addClause(List<BooleanClause> clauses, int conj, int mods, Query q)protected voidQueryParserBase. addMultiTermClauses(List<BooleanClause> clauses, Query q)Adds clauses generated from analysis over text containing whitespace.protected QueryQueryParserBase. getBooleanQuery(List<BooleanClause> clauses)Factory method for generating query, given a set of clauses.QueryQueryParser. MultiTerm(String field, List<BooleanClause> clauses)Returns the first query if splitOnWhitespace=true or otherwise the entire produced query -
Uses of BooleanClause in org.apache.lucene.search
Methods in org.apache.lucene.search that return types with arguments of type BooleanClause Modifier and Type Method Description List<BooleanClause>BooleanQuery. clauses()Return a list of the clauses of thisBooleanQuery.Iterator<BooleanClause>BooleanQuery. iterator()Returns an iterator on the clauses in this query.Methods in org.apache.lucene.search with parameters of type BooleanClause Modifier and Type Method Description BooleanQuery.BuilderBooleanQuery.Builder. add(BooleanClause clause)Add a new clause to thisBooleanQuery.Builder. -
Uses of BooleanClause in org.elasticsearch.index.search
Method parameters in org.elasticsearch.index.search with type arguments of type BooleanClause Modifier and Type Method Description protected QueryQueryStringQueryParser. getBooleanQuery(List<BooleanClause> clauses)
-