Uses of Class
gate.creole.annic.apache.lucene.search.BooleanClause

Packages that use BooleanClause
gate.creole.annic.apache.lucene.search Search over indices. 
 

Uses of BooleanClause in gate.creole.annic.apache.lucene.search
 

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

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