Uses of Class
org.apache.lucene.search.BooleanClause
Packages that use BooleanClause
-
Uses of BooleanClause in org.apache.lucene.search
Methods in org.apache.lucene.search that return BooleanClauseModifier and TypeMethodDescriptionBooleanQuery.getClauses()
Returns the set of clauses in this query.Methods in org.apache.lucene.search that return types with arguments of type BooleanClauseModifier and TypeMethodDescriptionBooleanQuery.clauses()
Returns the list of clauses in this query.final Iterator<BooleanClause>
BooleanQuery.iterator()
Returns an iterator on the clauses in this query.Methods in org.apache.lucene.search with parameters of type BooleanClauseModifier and TypeMethodDescriptionvoid
BooleanQuery.add
(BooleanClause clause) Adds a clause to a boolean query.