Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core.nodes |
Query nodes commonly used by query parser implementations.
|
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) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.