Uses of Package
org.apache.lucene.queryparser.flexible.standard.nodes
-
Packages that use org.apache.lucene.queryparser.flexible.standard.nodes Package Description org.apache.lucene.queryparser.flexible.standard.nodes Standard Lucene Query Nodes.org.apache.lucene.queryparser.flexible.standard.parser Lucene Query Parser -
Classes in org.apache.lucene.queryparser.flexible.standard.nodes used by org.apache.lucene.queryparser.flexible.standard.nodes Class Description AbstractRangeQueryNode This class should be extended by nodes intending to represent range queries.IntervalQueryNode Node that represents an interval function.PointQueryNode This query node represents a field query that holds a point value.PrefixWildcardQueryNode APrefixWildcardQueryNoderepresents wildcardquery that matches abc* or *.RegexpQueryNode ARegexpQueryNoderepresentsRegexpQueryquery Examples: /[a-z]|[0-9]/WildcardQueryNode AWildcardQueryNoderepresents 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.parser Class Description IntervalQueryNode Node that represents an interval function.TermRangeQueryNode This query node represents a range query composed byFieldQueryNodebounds, which means the bound values are strings.