Uses of Class
org.apache.lucene.search.BooleanClause

Packages that use BooleanClause
org.apache.lucene.search Code to search indices. 
 

Uses of BooleanClause in org.apache.lucene.search
 

Methods in org.apache.lucene.search that return BooleanClause
 BooleanClause[] BooleanQuery.getClauses()
          Returns the set of clauses in this query.
 

Methods in org.apache.lucene.search that return types with arguments of type BooleanClause
 List<BooleanClause> BooleanQuery.clauses()
          Returns the list of clauses in this query.
 Iterator<BooleanClause> BooleanQuery.iterator()
          Returns an iterator on the clauses in this query.
 

Methods in org.apache.lucene.search with parameters of type BooleanClause
 void BooleanQuery.add(BooleanClause clause)
          Adds a clause to a boolean query.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.