Uses of Interface
org.apache.lucene.queryparser.flexible.core.nodes.ValueQueryNode
Packages that use ValueQueryNode
Package
Description
Query nodes commonly used by query parser implementations.
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.nodesModifier and TypeInterfaceDescriptioninterface
This interface should be implemented byQueryNode
that holds a field and an arbitrary value.Classes in org.apache.lucene.queryparser.flexible.core.nodes that implement ValueQueryNodeModifier and TypeClassDescriptionclass
AFieldQueryNode
represents a element that contains field/text tupleclass
AFuzzyQueryNode
represents a element that contains field/text/similarity tupleclass
AQuotedFieldQueryNode
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 ValueQueryNodeModifier and TypeClassDescriptionclass
This query node represents a field query that holds a point value.class
APrefixWildcardQueryNode
represents wildcardquery that matches abc* or *.class
AWildcardQueryNode
represents wildcard query This does not apply to phrases.