Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.standard |
Implementation of the Lucene classic query parser using the flexible query parser frameworks
|
org.apache.lucene.queryparser.flexible.standard.config |
Standard Lucene Query Configuration.
|
org.apache.lucene.queryparser.flexible.standard.nodes |
Standard Lucene Query Nodes.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PointsConfig> |
StandardQueryParser.getPointsConfigMap() |
Modifier and Type | Method and Description |
---|---|
void |
StandardQueryParser.setPointsConfigMap(Map<String,PointsConfig> pointsConfigMap) |
Modifier and Type | Field and Description |
---|---|
static ConfigurationKey<PointsConfig> |
StandardQueryConfigHandler.ConfigurationKeys.POINTS_CONFIG
Key used to set a field to its
PointsConfig . |
static ConfigurationKey<Map<String,PointsConfig>> |
StandardQueryConfigHandler.ConfigurationKeys.POINTS_CONFIG_MAP
Key used to set the
PointsConfig in FieldConfig for point fields. |
Modifier and Type | Field and Description |
---|---|
PointsConfig |
PointRangeQueryNode.numericConfig |
Modifier and Type | Method and Description |
---|---|
PointsConfig |
PointRangeQueryNode.getPointsConfig()
Returns the
PointsConfig associated with the lower and upper bounds. |
Modifier and Type | Method and Description |
---|---|
void |
PointRangeQueryNode.setBounds(PointQueryNode lower,
PointQueryNode upper,
boolean lowerInclusive,
boolean upperInclusive,
PointsConfig pointsConfig)
Sets the upper and lower bounds of this range query node and the
PointsConfig associated with these bounds. |
Constructor and Description |
---|
PointRangeQueryNode(PointQueryNode lower,
PointQueryNode upper,
boolean lowerInclusive,
boolean upperInclusive,
PointsConfig numericConfig)
Constructs a
PointRangeQueryNode object using the given
PointQueryNode as its bounds and PointsConfig . |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.