Uses of Class
org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode

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

Uses of AbstractRangeQueryNode in org.apache.lucene.queryParser.standard.nodes
 

Subclasses of AbstractRangeQueryNode in org.apache.lucene.queryParser.standard.nodes
 class NumericRangeQueryNode
          This query node represents a range query composed by NumericQueryNode bounds, which means the bound values are Numbers.
 class RangeQueryNode
          Deprecated. this class will be removed in future, TermRangeQueryNode should be used instead
 class TermRangeQueryNode
          This query node represents a range query composed by FieldQueryNode bounds, which means the bound values are strings.
 



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