Uses of Package
org.apache.lucene.queryParser.standard.nodes

Packages that use org.apache.lucene.queryParser.standard.nodes
org.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodes 
 

Classes in org.apache.lucene.queryParser.standard.nodes used by org.apache.lucene.queryParser.standard.nodes
AbstractRangeQueryNode
          This class should be extended by nodes intending to represent range queries.
NumericQueryNode
          This query node represents a field query that holds a numeric value.
PrefixWildcardQueryNode
          A PrefixWildcardQueryNode represents wildcardquery that matches abc* or *.
TermRangeQueryNode
          This query node represents a range query composed by FieldQueryNode bounds, which means the bound values are strings.
WildcardQueryNode
          A WildcardQueryNode represents wildcard query This does not apply to phrases.
 



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