Uses of Record 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 types with arguments of type BooleanClauseModifier and TypeMethodDescriptionBooleanQuery.clauses()
Return a list of the clauses of thisBooleanQuery
.IndriQuery.getClauses()
final Iterator
<BooleanClause> BooleanQuery.iterator()
Returns an iterator on the clauses in this query.IndriQuery.iterator()
Methods in org.apache.lucene.search with parameters of type BooleanClauseModifier and TypeMethodDescriptionBooleanQuery.Builder.add
(BooleanClause clause) Add a new clause to thisBooleanQuery.Builder
.Method parameters in org.apache.lucene.search with type arguments of type BooleanClauseModifier and TypeMethodDescriptionBooleanQuery.Builder.add
(Collection<BooleanClause> collection) Add a collection of BooleanClauses to thisBooleanQuery.Builder
.Constructor parameters in org.apache.lucene.search with type arguments of type BooleanClauseModifierConstructorDescriptionIndriAndQuery
(List<BooleanClause> clauses) IndriQuery
(List<BooleanClause> clauses)