See: Description
Class | Description |
---|---|
FieldBoostMapFCListener |
This listener listens for every field configuration request and assign a
StandardQueryConfigHandler.ConfigurationKeys.BOOST to the
equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in
StandardQueryConfigHandler.ConfigurationKeys.FIELD_BOOST_MAP . |
FieldDateResolutionFCListener |
This listener listens for every field configuration request and assign a
StandardQueryConfigHandler.ConfigurationKeys.DATE_RESOLUTION to the equivalent FieldConfig based
on a defined map: fieldName -> DateTools.Resolution stored in
StandardQueryConfigHandler.ConfigurationKeys.FIELD_DATE_RESOLUTION_MAP . |
FuzzyConfig |
Configuration parameters for
FuzzyQuery s |
LegacyNumericConfig | Deprecated
Index with Points instead and use
PointsConfig |
LegacyNumericFieldConfigListener | Deprecated
Index with Points instead and use
PointsConfigListener |
NumberDateFormat | |
PointsConfig |
This class holds the configuration used to parse numeric queries and create
PointValues queries. |
PointsConfigListener |
This listener is used to listen to
FieldConfig requests in
QueryConfigHandler and add StandardQueryConfigHandler.ConfigurationKeys.POINTS_CONFIG
based on the StandardQueryConfigHandler.ConfigurationKeys.POINTS_CONFIG_MAP set in the
QueryConfigHandler . |
StandardQueryConfigHandler |
This query configuration handler is used for almost every processor defined
in the
StandardQueryNodeProcessorPipeline processor pipeline. |
StandardQueryConfigHandler.ConfigurationKeys |
Class holding keys for StandardQueryNodeProcessorPipeline options.
|
Enum | Description |
---|---|
StandardQueryConfigHandler.Operator |
Boolean Operator: AND or OR
|
The package org.apache.lucene.queryparser.flexible.standard.config contains the Lucene query configuration handler (StandardQueryConfigHandler). This configuration handler reproduces almost everything that could be set on the old query parser.
StandardQueryConfigHandler is the class that should be used to configure the StandardQueryNodeProcessorPipeline.
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.