Package org.opensearch.index.mapper
Class SearchAsYouTypeFieldMapper.Defaults
java.lang.Object
org.opensearch.index.mapper.SearchAsYouTypeFieldMapper.Defaults
- Enclosing class:
- SearchAsYouTypeFieldMapper
public static class SearchAsYouTypeFieldMapper.Defaults
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static intMAX_GRAMstatic intMAX_SHINGLE_SIZEstatic intMIN_GRAM -
Constructor Summary
Constructors Constructor Description Defaults() -
Method Summary
-
Field Details
-
MIN_GRAM
public static final int MIN_GRAM- See Also:
- Constant Field Values
-
MAX_GRAM
public static final int MAX_GRAM- See Also:
- Constant Field Values
-
MAX_SHINGLE_SIZE
public static final int MAX_SHINGLE_SIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
Defaults
public Defaults()
-