Class ConfigurationKeys
Class holding keys for StandardQueryNodeProcessorPipeline options.
Inheritance
Inherited Members
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public sealed class ConfigurationKeys
Fields
Name | Description |
---|---|
ALLOW_LEADING_WILDCARD | Key used to set whether leading wildcards are supported |
ANALYZER | Key used to set the Analyzer used for terms found in the query |
BOOST | Key used to set the boost value in FieldConfig objects. |
DATE_RESOLUTION | Key used to set default DateTools.Resolution. |
DEFAULT_OPERATOR | Key used to set the default boolean operator |
ENABLE_POSITION_INCREMENTS | Key used to set whether position increments is enabled |
FIELD_BOOST_MAP | Key used to set a field to boost map that is used to set the boost for each field |
FIELD_DATE_RESOLUTION_MAP | Key used to set a field to DateTools.Resolution map that is used to normalize each date field value. |
FUZZY_CONFIG | Key used to set the FuzzyConfig used to create fuzzy queries. |
LOCALE | Key used to set the System.Globalization.CultureInfo used when parsing the query |
LOWERCASE_EXPANDED_TERMS | Key used to set whether expanded terms should be lower-cased |
MULTI_FIELDS | Key used to set the fields a query should be expanded to when the field
is |
MULTI_TERM_REWRITE_METHOD | Key used to set the MultiTermQuery.RewriteMethod used when creating queries |
NUMERIC_CONFIG | Key used to set a field to its NumericConfig. |
NUMERIC_CONFIG_MAP | Key used to set the NumericConfig in FieldConfig for numeric fields. |
PHRASE_SLOP | Key used to set the default phrase slop |
TIMEZONE |