|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanQueryNode | |
|---|---|
| org.apache.lucene.queryParser.core.nodes | Contains query nodes that are commonly used by query parser implementations |
| org.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 | |
|---|---|
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.standard.nodes |
|---|
| Subclasses of BooleanQueryNode in org.apache.lucene.queryParser.standard.nodes | |
|---|---|
class |
StandardBooleanQueryNode
A StandardBooleanQueryNode has the same behavior as
BooleanQueryNode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||