Uses of Interface
org.apache.lucene.queryparser.flexible.core.nodes.TextableQueryNode
Packages that use TextableQueryNode
Package
Description
Query nodes commonly used by query parser implementations.
Standard Lucene Query Nodes.
-
Uses of TextableQueryNode in org.apache.lucene.queryparser.flexible.core.nodes
Classes in org.apache.lucene.queryparser.flexible.core.nodes that implement TextableQueryNodeModifier 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 TextableQueryNode in org.apache.lucene.queryparser.flexible.standard.nodes
Classes in org.apache.lucene.queryparser.flexible.standard.nodes that implement TextableQueryNodeModifier and TypeClassDescriptionclass
APrefixWildcardQueryNode
represents wildcardquery that matches abc* or *.class
ARegexpQueryNode
representsRegexpQuery
query Examples: /[a-z]|[0-9]/class
AWildcardQueryNode
represents wildcard query This does not apply to phrases.