Uses of Class
org.apache.lucene.queryparser.flexible.core.nodes.BooleanQueryNode

Packages that use BooleanQueryNode
org.apache.lucene.queryparser.flexible.core.nodes Query nodes commonly used by query parser implementations. 
org.apache.lucene.queryparser.flexible.standard.nodes Standard Lucene Query Nodes. 
 

Uses of BooleanQueryNode in org.apache.lucene.queryparser.flexible.core.nodes
 

Subclasses of BooleanQueryNode in org.apache.lucene.queryparser.flexible.core.nodes
 class AndQueryNode
          A AndQueryNode represents an AND boolean operation performed on a list of nodes.
 class AnyQueryNode
          A AnyQueryNode represents an ANY operator performed on a list of nodes.
 class OrQueryNode
          A OrQueryNode represents an OR boolean operation performed on a list of nodes.
 class ProximityQueryNode
          A ProximityQueryNode represents a query where the terms should meet specific distance conditions.
 

Uses of BooleanQueryNode in org.apache.lucene.queryparser.flexible.standard.nodes
 

Subclasses of BooleanQueryNode in org.apache.lucene.queryparser.flexible.standard.nodes
 class StandardBooleanQueryNode
          A StandardBooleanQueryNode has the same behavior as BooleanQueryNode.
 



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