Uses of Class
org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
-
Packages that use BooleanQueryNode Package Description org.apache.lucene.queryParser.core.nodes Contains query nodes that are commonly used by query parser implementationsorg.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodes -
-
Uses of BooleanQueryNode in org.apache.lucene.queryParser.core.nodes
Subclasses of BooleanQueryNode in org.apache.lucene.queryParser.core.nodes Modifier and Type Class Description class
AndQueryNode
AAndQueryNode
represents an AND boolean operation performed on a list of nodes.class
AnyQueryNode
AAnyQueryNode
represents an ANY operator performed on a list of nodes.class
OrQueryNode
AOrQueryNode
represents an OR boolean operation performed on a list of nodes.class
ProximityQueryNode
AProximityQueryNode
represents a query where the terms should meet specific distance conditions. -
Uses of BooleanQueryNode in org.apache.lucene.queryParser.standard.nodes
Subclasses of BooleanQueryNode in org.apache.lucene.queryParser.standard.nodes Modifier and Type Class Description class
StandardBooleanQueryNode
AStandardBooleanQueryNode
has the same behavior asBooleanQueryNode
.
-