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

Packages that use ValueQueryNode
org.apache.lucene.queryparser.flexible.core.nodes Query nodes commonly used by query parser implementations. 
org.apache.lucene.queryparser.flexible.standard.nodes Standard Lucene Query Nodes. 
 

Uses of ValueQueryNode in org.apache.lucene.queryparser.flexible.core.nodes
 

Subinterfaces of ValueQueryNode in org.apache.lucene.queryparser.flexible.core.nodes
 interface FieldValuePairQueryNode<T>
          This interface should be implemented by QueryNode that holds a field and an arbitrary value.
 

Classes in org.apache.lucene.queryparser.flexible.core.nodes that implement ValueQueryNode
 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 QuotedFieldQueryNode
          A QuotedFieldQueryNode represents phrase query.
 

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

Classes in org.apache.lucene.queryparser.flexible.standard.nodes that implement ValueQueryNode
 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-2013 Apache Software Foundation. All Rights Reserved.