Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.standard.nodes |
Standard Lucene Query Nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyNumericRangeQueryNode
Deprecated.
Index with Points instead and use
PointRangeQueryNode instead. |
class |
PointRangeQueryNode
This query node represents a range query composed by
PointQueryNode
bounds, which means the bound values are Number s. |
class |
TermRangeQueryNode
This query node represents a range query composed by
FieldQueryNode
bounds, which means the bound values are strings. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.