Package | Description |
---|---|
org.apache.lucene.queryParser.core.nodes |
Contains query nodes that are commonly used by query parser implementations
|
Modifier and Type | Method | Description |
---|---|---|
PathQueryNode.QueryText |
PathQueryNode.QueryText.clone() |
|
PathQueryNode.QueryText |
PathQueryNode.getPathElement(int index) |
Returns the a specific QueryText element
|
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
PathQueryNode.setPathElements(List<PathQueryNode.QueryText> elements) |
Returns the a List with all QueryText elements
|
Constructor | Description |
---|---|
PathQueryNode(List<PathQueryNode.QueryText> pathElements) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.