C# (CSharp) Lucene.Net.QueryParsers.Flexible.Standard.Config Namespace

Classes

Name Description
ConfigurationKeys Class holding keys for Processors.StandardQueryNodeProcessorPipeline options.
FieldDateResolutionFCListener This listener listens for every field configuration request and assign a ConfigurationKeys.DATE_RESOLUTION to the equivalent FieldConfig based on a defined map: fieldName -> DateTools.Resolution stored in ConfigurationKeys.FIELD_DATE_RESOLUTION_MAP.
FuzzyConfig Configuration parameters for FuzzyQuerys
NumericConfig This class holds the configuration used to parse numeric queries and create Search.NumericRangeQuerys.
NumericFieldConfigListener This listener is used to listen to FieldConfig requests in QueryConfigHandler and add ConfigurationKeys.NUMERIC_CONFIG based on the ConfigurationKeys.NUMERIC_CONFIG_MAP set in the QueryConfigHandler.
StandardQueryConfigHandler This query configuration handler is used for almost every processor defined in the Processors.StandardQueryNodeProcessorPipeline processor pipeline. It holds configuration methods that reproduce the configuration methods that could be set on the old lucene 2.4 QueryParser class.