public static final class StandardQueryConfigHandler.ConfigurationKeys extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigurationKey<Boolean> |
ALLOW_LEADING_WILDCARD
Key used to set whether leading wildcards are supported
|
static ConfigurationKey<Analyzer> |
ANALYZER
Key used to set the
Analyzer used for terms found in the query |
static ConfigurationKey<Float> |
BOOST
Key used to set the boost value in
FieldConfig objects. |
static ConfigurationKey<DateTools.Resolution> |
DATE_RESOLUTION
Key used to set default
DateTools.Resolution . |
static ConfigurationKey<StandardQueryConfigHandler.Operator> |
DEFAULT_OPERATOR
Key used to set the default boolean operator
|
static ConfigurationKey<Boolean> |
ENABLE_POSITION_INCREMENTS
Key used to set whether position increments is enabled
|
static ConfigurationKey<Map<String,Float>> |
FIELD_BOOST_MAP
Key used to set a field to boost map that is used to set the boost for each field
|
static ConfigurationKey<Map<CharSequence,DateTools.Resolution>> |
FIELD_DATE_RESOLUTION_MAP
Key used to set a field to
DateTools.Resolution map that is used
to normalize each date field value. |
static ConfigurationKey<FuzzyConfig> |
FUZZY_CONFIG
Key used to set the
FuzzyConfig used to create fuzzy queries. |
static ConfigurationKey<Locale> |
LOCALE
Key used to set the
Locale used when parsing the query |
static ConfigurationKey<Boolean> |
LOWERCASE_EXPANDED_TERMS
Key used to set whether expanded terms should be lower-cased
|
static ConfigurationKey<CharSequence[]> |
MULTI_FIELDS
Key used to set the fields a query should be expanded to when the field
is
null |
static ConfigurationKey<MultiTermQuery.RewriteMethod> |
MULTI_TERM_REWRITE_METHOD
Key used to set the
MultiTermQuery.RewriteMethod used when creating queries |
static ConfigurationKey<NumericConfig> |
NUMERIC_CONFIG
Key used to set a field to its
NumericConfig . |
static ConfigurationKey<Map<String,NumericConfig>> |
NUMERIC_CONFIG_MAP
Key used to set the
NumericConfig in FieldConfig for numeric fields. |
static ConfigurationKey<Integer> |
PHRASE_SLOP
Key used to set the default phrase slop
|
static ConfigurationKey<TimeZone> |
TIMEZONE |
Constructor and Description |
---|
StandardQueryConfigHandler.ConfigurationKeys() |
public static final ConfigurationKey<Boolean> ENABLE_POSITION_INCREMENTS
public static final ConfigurationKey<Boolean> LOWERCASE_EXPANDED_TERMS
public static final ConfigurationKey<Boolean> ALLOW_LEADING_WILDCARD
public static final ConfigurationKey<Analyzer> ANALYZER
Analyzer
used for terms found in the querypublic static final ConfigurationKey<StandardQueryConfigHandler.Operator> DEFAULT_OPERATOR
public static final ConfigurationKey<Integer> PHRASE_SLOP
public static final ConfigurationKey<Locale> LOCALE
Locale
used when parsing the querypublic static final ConfigurationKey<TimeZone> TIMEZONE
public static final ConfigurationKey<MultiTermQuery.RewriteMethod> MULTI_TERM_REWRITE_METHOD
MultiTermQuery.RewriteMethod
used when creating queriespublic static final ConfigurationKey<CharSequence[]> MULTI_FIELDS
null
public static final ConfigurationKey<Map<String,Float>> FIELD_BOOST_MAP
public static final ConfigurationKey<Map<CharSequence,DateTools.Resolution>> FIELD_DATE_RESOLUTION_MAP
DateTools.Resolution
map that is used
to normalize each date field value.public static final ConfigurationKey<FuzzyConfig> FUZZY_CONFIG
FuzzyConfig
used to create fuzzy queries.public static final ConfigurationKey<DateTools.Resolution> DATE_RESOLUTION
DateTools.Resolution
.public static final ConfigurationKey<Float> BOOST
FieldConfig
objects.public static final ConfigurationKey<NumericConfig> NUMERIC_CONFIG
NumericConfig
.public static final ConfigurationKey<Map<String,NumericConfig>> NUMERIC_CONFIG_MAP
NumericConfig
in FieldConfig
for numeric fields.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.