| Package | Description |
|---|---|
| org.apache.lucene.queryParser.core.nodes |
Contains query nodes that are commonly used by query parser implementations
Query Nodes
The package org.apache.lucene.queryParser.nodes contains all the basic query nodes.
|
| Modifier and Type | Method and Description |
|---|---|
PathQueryNode.QueryText |
PathQueryNode.QueryText.clone() |
PathQueryNode.QueryText |
PathQueryNode.getPathElement(int index)
Returns the a specific QueryText element
|
| Modifier and Type | Method and Description |
|---|---|
List<PathQueryNode.QueryText> |
PathQueryNode.getPathElements()
Returns the a List with all QueryText elements
|
List<PathQueryNode.QueryText> |
PathQueryNode.getPathElements(int startIndex)
Returns a List QueryText element from position startIndex
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathQueryNode.setPathElements(List<PathQueryNode.QueryText> elements)
Returns the a List with all QueryText elements
|
| Constructor and Description |
|---|
PathQueryNode(List<PathQueryNode.QueryText> pathElements) |