Package | Description |
---|---|
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
|
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
StandardBooleanQueryNode |
A
StandardBooleanQueryNode has the same behavior as
BooleanQueryNode . |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.