Class ConfigurationKeys
Class holding keys for Standard
Inheritance
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Config
Assembly: Lucene.Net.QueryParser.dll
Syntax
public sealed class ConfigurationKeys
Fields
| Improve this Doc View SourceALLOW_LEADING_WILDCARD
Key used to set whether leading wildcards are supported
Declaration
public static readonly ConfigurationKey<bool?> ALLOW_LEADING_WILDCARD
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceANALYZER
Key used to set the Lucene.
Declaration
public static readonly ConfigurationKey<Analyzer> ANALYZER
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceBOOST
Key used to set the boost value in Field
Declaration
public static readonly ConfigurationKey<float?> BOOST
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceDATE_RESOLUTION
Key used to set default Lucene.
Declaration
public static readonly ConfigurationKey<DateTools.Resolution> DATE_RESOLUTION
Field Value
Type | Description |
---|---|
Configuration |
See Also
DEFAULT_OPERATOR
Key used to set the default boolean operator
Declaration
public static readonly ConfigurationKey<StandardQueryConfigHandler.Operator> DEFAULT_OPERATOR
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceENABLE_POSITION_INCREMENTS
Key used to set whether position increments is enabled
Declaration
public static readonly ConfigurationKey<bool?> ENABLE_POSITION_INCREMENTS
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceFIELD_BOOST_MAP
Key used to set a field to boost map that is used to set the boost for each field
Declaration
public static readonly ConfigurationKey<IDictionary<string, float?>> FIELD_BOOST_MAP
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceFIELD_DATE_RESOLUTION_MAP
Key used to set a field to Lucene.
Declaration
public static readonly ConfigurationKey<IDictionary<string, DateTools.Resolution?>> FIELD_DATE_RESOLUTION_MAP
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceFUZZY_CONFIG
Key used to set the Fuzzy
Declaration
public static readonly ConfigurationKey<FuzzyConfig> FUZZY_CONFIG
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceLOCALE
Key used to set the System.
Declaration
public static readonly ConfigurationKey<CultureInfo> LOCALE
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceLOWERCASE_EXPANDED_TERMS
Key used to set whether expanded terms should be lower-cased
Declaration
public static readonly ConfigurationKey<bool?> LOWERCASE_EXPANDED_TERMS
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceMULTI_FIELDS
Key used to set the fields a query should be expanded to when the field
is null
Declaration
public static readonly ConfigurationKey<string[]> MULTI_FIELDS
Field Value
Type | Description |
---|---|
Configuration |
See Also
MULTI_TERM_REWRITE_METHOD
Key used to set the Lucene.
Declaration
public static readonly ConfigurationKey<MultiTermQuery.RewriteMethod> MULTI_TERM_REWRITE_METHOD
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceNUMERIC_CONFIG
Key used to set a field to its Numeric
Declaration
public static readonly ConfigurationKey<NumericConfig> NUMERIC_CONFIG
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceNUMERIC_CONFIG_MAP
Key used to set the Numeric
Declaration
public static readonly ConfigurationKey<IDictionary<string, NumericConfig>> NUMERIC_CONFIG_MAP
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourcePHRASE_SLOP
Key used to set the default phrase slop
Declaration
public static readonly ConfigurationKey<int?> PHRASE_SLOP
Field Value
Type | Description |
---|---|
Configuration |
See Also
| Improve this Doc View SourceTIMEZONE
Declaration
public static readonly ConfigurationKey<TimeZoneInfo> TIMEZONE
Field Value
Type | Description |
---|---|
Configuration |