Uses of Class
org.apache.lucene.queryParser.core.nodes.PathQueryNode.QueryText

Packages that use PathQueryNode.QueryText
org.apache.lucene.queryParser.core.nodes Contains query nodes that are commonly used by query parser implementations 
 

Uses of PathQueryNode.QueryText in org.apache.lucene.queryParser.core.nodes
 

Methods in org.apache.lucene.queryParser.core.nodes that return PathQueryNode.QueryText
 PathQueryNode.QueryText PathQueryNode.QueryText.clone()
           
 PathQueryNode.QueryText PathQueryNode.getPathElement(int index)
          Returns the a specific QueryText element
 

Methods in org.apache.lucene.queryParser.core.nodes that return types with arguments of type PathQueryNode.QueryText
 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
 

Method parameters in org.apache.lucene.queryParser.core.nodes with type arguments of type PathQueryNode.QueryText
 void PathQueryNode.setPathElements(List<PathQueryNode.QueryText> elements)
          Returns the a List with all QueryText elements
 

Constructor parameters in org.apache.lucene.queryParser.core.nodes with type arguments of type PathQueryNode.QueryText
PathQueryNode(List<PathQueryNode.QueryText> pathElements)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.