Uses of Interface
org.apache.lucene.queryParser.core.nodes.FieldValuePairQueryNode

Packages that use FieldValuePairQueryNode
org.apache.lucene.queryParser.core.nodes Contains query nodes that are commonly used by query parser implementations 
org.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodes 
 

Uses of FieldValuePairQueryNode in org.apache.lucene.queryParser.core.nodes
 

Classes in org.apache.lucene.queryParser.core.nodes with type parameters of type FieldValuePairQueryNode
 interface RangeQueryNode<T extends FieldValuePairQueryNode<?>>
          This interface should be implemented by a QueryNode that represents some kind of range query.
 

Classes in org.apache.lucene.queryParser.core.nodes that implement FieldValuePairQueryNode
 class FieldQueryNode
          A FieldQueryNode represents a element that contains field/text tuple
 class FuzzyQueryNode
          A FuzzyQueryNode represents a element that contains field/text/similarity tuple
 class ParametricQueryNode
          Deprecated. this class will be removed in future. FieldQueryNode should be used instead.
 class QuotedFieldQueryNode
          A QuotedFieldQueryNode represents phrase query.
 

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

Classes in org.apache.lucene.queryParser.standard.nodes with type parameters of type FieldValuePairQueryNode
 class AbstractRangeQueryNode<T extends FieldValuePairQueryNode<?>>
          This class should be extended by nodes intending to represent range queries.
 

Classes in org.apache.lucene.queryParser.standard.nodes that implement FieldValuePairQueryNode
 class NumericQueryNode
          This query node represents a field query that holds a numeric value.
 class PrefixWildcardQueryNode
          A PrefixWildcardQueryNode represents wildcardquery that matches abc* or *.
 class WildcardQueryNode
          A WildcardQueryNode represents wildcard query This does not apply to phrases.
 



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