Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core.nodes |
Query nodes commonly used by query parser implementations.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<PathQueryNode.QueryText> |
PathQueryNode.values |
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 |
---|---|
java.util.List<PathQueryNode.QueryText> |
PathQueryNode.getPathElements()
Returns the a List with all QueryText elements
|
java.util.List<PathQueryNode.QueryText> |
PathQueryNode.getPathElements(int startIndex)
Returns a List QueryText element from position startIndex
|
Modifier and Type | Method and Description |
---|---|
void |
PathQueryNode.setPathElements(java.util.List<PathQueryNode.QueryText> elements)
Returns the a List with all QueryText elements
|
Constructor and Description |
---|
PathQueryNode(java.util.List<PathQueryNode.QueryText> pathElements) |