Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.standard.nodes |
Standard Lucene Query Nodes.
|
Class and 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 *. |
RegexpQueryNode
A
RegexpQueryNode represents RegexpQuery query Examples: /[a-z]|[0-9]/ |
WildcardQueryNode
A
WildcardQueryNode represents wildcard query This does not apply to
phrases. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.