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 int
DEFAULT_MAX_INPUT_LENGTH
static boolean
DEFAULT_POSITION_INCREMENTS
static boolean
DEFAULT_PRESERVE_SEPARATORS
static MappedFieldType
FIELD_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
-
-