|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.lucene.queryParser.standard.nodes | |
---|---|
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 | |
---|---|
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
A PrefixWildcardQueryNode represents wildcardquery that matches abc*
or *. |
|
TermRangeQueryNode
This query node represents a range query composed by FieldQueryNode
bounds, which means the bound values are strings. |
|
WildcardQueryNode
A WildcardQueryNode represents wildcard query This does not apply to
phrases. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |