Uses of Package
org.apache.lucene.queryParser.standard.nodes
-
Packages that use org.apache.lucene.queryParser.standard.nodes Package Description org.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodes -
Classes in org.apache.lucene.queryParser.standard.nodes used by org.apache.lucene.queryParser.standard.nodes Class Description AbstractRangeQueryNode This class should be extended by nodes intending to represent range queries.NumericQueryNode This query node represents a field query that holds a numeric value.PrefixWildcardQueryNode APrefixWildcardQueryNoderepresents wildcardquery that matches abc* or *.TermRangeQueryNode This query node represents a range query composed byFieldQueryNodebounds, which means the bound values are strings.WildcardQueryNode AWildcardQueryNoderepresents wildcard query This does not apply to phrases.