Package | Description |
---|---|
org.apache.lucene.queryParser.standard.nodes |
Standard Lucene Query 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 |
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. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.