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.queryParser.standard.builders Standard Lucene Query Node Builders 
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.queryParser.standard.builders
 

Methods in org.apache.lucene.queryParser.standard.builders that return BooleanQuery
 BooleanQuery AnyQueryNodeBuilder.build(QueryNode queryNode)
           
 BooleanQuery BooleanQueryNodeBuilder.build(QueryNode queryNode)
           
 BooleanQuery MatchNoDocsQueryNodeBuilder.build(QueryNode queryNode)
           
 BooleanQuery StandardBooleanQueryNodeBuilder.build(QueryNode queryNode)
           
 

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.