Package org.elasticsearch.index.mapper
Class CompletionFieldMapper.Defaults
- java.lang.Object
-
- org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
-
- Enclosing class:
- CompletionFieldMapper
public static class CompletionFieldMapper.Defaults extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_MAX_INPUT_LENGTHstatic booleanDEFAULT_POSITION_INCREMENTSstatic booleanDEFAULT_PRESERVE_SEPARATORSstatic MappedFieldTypeFIELD_TYPE
-
Constructor Summary
Constructors Constructor Description Defaults()
-
-
-
Field Detail
-
FIELD_TYPE
public static final MappedFieldType FIELD_TYPE
-
DEFAULT_PRESERVE_SEPARATORS
public static final boolean DEFAULT_PRESERVE_SEPARATORS
- See Also:
- Constant Field Values
-
DEFAULT_POSITION_INCREMENTS
public static final boolean DEFAULT_POSITION_INCREMENTS
- See Also:
- Constant Field Values
-
DEFAULT_MAX_INPUT_LENGTH
public static final int DEFAULT_MAX_INPUT_LENGTH
- See Also:
- Constant Field Values
-
-