Namespace Lucene.Net.QueryParsers.Flexible.Standard.Config
Standard Lucene Query Configuration.
Standard Lucene Query Configuration
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.
Classes
ConfigurationKeys
Class holding keys for StandardQueryNodeProcessorPipeline options.
FieldBoostMapFCListener
This listener listens for every field configuration request and assign a BOOST to the equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in FIELD_BOOST_MAP.
FieldDateResolutionFCListener
This listener listens for every field configuration request and assign a
DATE_RESOLUTION to the equivalent FieldConfig based
on a defined map: fieldName ->
FuzzyConfig
Configuration parameters for
NumberDateFormat
This dateFormat
and
Note that the
NumericConfig
This class holds the configuration used to parse numeric queries and create
NumericFieldConfigListener
This listener is used to listen to FieldConfig requests in QueryConfigHandler and add NUMERIC_CONFIG based on the NUMERIC_CONFIG_MAP set in the QueryConfigHandler.
StandardQueryConfigHandler
This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline. It holds configuration methods that reproduce the configuration methods that could be set on the old lucene 2.4 QueryParser class.
Enums
DateFormat
LUCENENET specific enum for mimicking the Java DateFormat
StandardQueryConfigHandler.Operator
Boolean Operator: AND or OR