Package | Description |
---|---|
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.
|
Modifier and Type | Class and 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 and Description |
---|---|
class |
SynonymQueryNode
QueryNode for clauses that are synonym of each other. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.