Uses of Interface
org.apache.lucene.queryparser.flexible.core.nodes.RangeQueryNode

Packages that use RangeQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes Standard Lucene Query Nodes. 
 

Uses of RangeQueryNode in org.apache.lucene.queryparser.flexible.standard.nodes
 

Classes in org.apache.lucene.queryparser.flexible.standard.nodes that implement RangeQueryNode
 class AbstractRangeQueryNode<T extends FieldValuePairQueryNode<?>>
          This class should be extended by nodes intending to represent range queries.
 class NumericRangeQueryNode
          This query node represents a range query composed by NumericQueryNode bounds, which means the bound values are Numbers.
 class TermRangeQueryNode
          This query node represents a range query composed by FieldQueryNode bounds, which means the bound values are strings.
 



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