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 APrefixWildcardQueryNode
represents wildcardquery that matches abc* or *.TermRangeQueryNode This query node represents a range query composed byFieldQueryNode
bounds, which means the bound values are strings.WildcardQueryNode AWildcardQueryNode
represents wildcard query This does not apply to phrases.