public static final class StandardQueryConfigHandler.ConfigurationKeys extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static ConfigurationKey<Boolean> | ALLOW_LEADING_WILDCARDKey used to set whether leading wildcards are supported | 
| static ConfigurationKey<Analyzer> | ANALYZERKey used to set the  Analyzerused for terms found in the query | 
| static ConfigurationKey<Float> | BOOSTKey used to set the boost value in  FieldConfigobjects. | 
| static ConfigurationKey<DateTools.Resolution> | DATE_RESOLUTIONKey used to set default  DateTools.Resolution. | 
| static ConfigurationKey<StandardQueryConfigHandler.Operator> | DEFAULT_OPERATORKey used to set the default boolean operator | 
| static ConfigurationKey<Boolean> | ENABLE_POSITION_INCREMENTSKey used to set whether position increments is enabled | 
| static ConfigurationKey<Map<String,Float>> | FIELD_BOOST_MAPKey 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_MAPKey used to set a field to  DateTools.Resolutionmap that is used to
 normalize each date field value. | 
| static ConfigurationKey<FuzzyConfig> | FUZZY_CONFIGKey used to set the  FuzzyConfigused to create fuzzy queries. | 
| static ConfigurationKey<Locale> | LOCALEKey used to set the  Localeused when parsing the query | 
| static ConfigurationKey<Boolean> | LOWERCASE_EXPANDED_TERMSKey used to set whether expanded terms should be expanded | 
| static ConfigurationKey<CharSequence[]> | MULTI_FIELDSKey used to set the fields a query should be expanded to when the field
 is  null | 
| static ConfigurationKey<MultiTermQuery.RewriteMethod> | MULTI_TERM_REWRITE_METHODKey used to set the  MultiTermQuery.RewriteMethodused when creating queries | 
| static ConfigurationKey<NumericConfig> | NUMERIC_CONFIGKey used to set a field to its  NumericConfig. | 
| static ConfigurationKey<Map<String,NumericConfig>> | NUMERIC_CONFIG_MAPKey used to set the  NumericConfiginFieldConfigfor
 numeric fields. | 
| static ConfigurationKey<Integer> | PHRASE_SLOPKey used to set the default phrase slop | 
| static ConfigurationKey<Collator> | RANGE_COLLATORKey used to set the  Collatorused when creatingTermRangeQuerys. | 
| 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<MultiTermQuery.RewriteMethod> MULTI_TERM_REWRITE_METHOD
MultiTermQuery.RewriteMethod used when creating queriespublic static final ConfigurationKey<CharSequence[]> MULTI_FIELDS
nullpublic 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.public static final ConfigurationKey<Collator> RANGE_COLLATOR
Collator used when creating TermRangeQuerys.