Uses of Package
org.apache.lucene.queryparser.flexible.standard.nodes
Packages that use org.apache.lucene.queryparser.flexible.standard.nodes
Package
Description
Standard Lucene Query Nodes.
Lucene Query Parser
-
Classes in org.apache.lucene.queryparser.flexible.standard.nodes used by org.apache.lucene.queryparser.flexible.standard.nodesClassDescriptionThis class should be extended by nodes intending to represent range queries.Node that represents an interval function.This query node represents a field query that holds a point value.A
PrefixWildcardQueryNode
represents wildcardquery that matches abc* or *.ARegexpQueryNode
representsRegexpQuery
query Examples: /[a-z]|[0-9]/AWildcardQueryNode
represents wildcard query This does not apply to phrases. -
Classes in org.apache.lucene.queryparser.flexible.standard.nodes used by org.apache.lucene.queryparser.flexible.standard.parserClassDescriptionNode that represents an interval function.This query node represents a range query composed by
FieldQueryNode
bounds, which means the bound values are strings.