Uses of Class
org.apache.lucene.queryparser.flexible.core.nodes.PathQueryNode.QueryText
Packages that use PathQueryNode.QueryText
Package
Description
Query nodes commonly used by query parser implementations.
-
Uses of PathQueryNode.QueryText in org.apache.lucene.queryparser.flexible.core.nodes
Fields in org.apache.lucene.queryparser.flexible.core.nodes with type parameters of type PathQueryNode.QueryTextMethods in org.apache.lucene.queryparser.flexible.core.nodes that return PathQueryNode.QueryTextModifier and TypeMethodDescriptionPathQueryNode.QueryText.clone()
PathQueryNode.getPathElement
(int index) Returns the a specific QueryText elementMethods in org.apache.lucene.queryparser.flexible.core.nodes that return types with arguments of type PathQueryNode.QueryTextModifier and TypeMethodDescriptionPathQueryNode.getPathElements()
Returns the a List with all QueryText elementsPathQueryNode.getPathElements
(int startIndex) Returns a List QueryText element from position startIndexMethod parameters in org.apache.lucene.queryparser.flexible.core.nodes with type arguments of type PathQueryNode.QueryTextModifier and TypeMethodDescriptionvoid
PathQueryNode.setPathElements
(List<PathQueryNode.QueryText> elements) Returns the a List with all QueryText elementsConstructor parameters in org.apache.lucene.queryparser.flexible.core.nodes with type arguments of type PathQueryNode.QueryText