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

Packages that use BooleanQuery
org.apache.lucene.queryParser A simple query parser implemented with JavaCC. 
org.apache.lucene.search Code to search indices. 
 

Uses of BooleanQuery in org.apache.lucene.queryParser
 

Methods in org.apache.lucene.queryParser that return BooleanQuery
protected  BooleanQuery QueryParser.newBooleanQuery(boolean disableCoord)
          Builds a new BooleanQuery instance
 

Uses of BooleanQuery in org.apache.lucene.search
 

Methods in org.apache.lucene.search with parameters of type BooleanQuery
static Query Query.mergeBooleanQueries(BooleanQuery... queries)
          Expert: merges the clauses of a set of BooleanQuery's into a single BooleanQuery.
 



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