Package org.elasticsearch.index.mapper
Class TextFieldMapper.Defaults
java.lang.Object
org.elasticsearch.index.mapper.TextFieldMapper.Defaults
- Enclosing class:
- TextFieldMapper
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic org.apache.lucene.document.FieldTypestatic doublestatic doublestatic intstatic intstatic intstatic intThe default position_increment_gap is set to 100 so that phrase queries of reasonably high slop will not match across field values.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
FIELDDATA_MIN_FREQUENCYpublic static final double FIELDDATA_MIN_FREQUENCY- See Also:
- Constant Field Values
 
- 
FIELDDATA_MAX_FREQUENCYpublic static final double FIELDDATA_MAX_FREQUENCY- See Also:
- Constant Field Values
 
- 
FIELDDATA_MIN_SEGMENT_SIZEpublic static final int FIELDDATA_MIN_SEGMENT_SIZE- See Also:
- Constant Field Values
 
- 
INDEX_PREFIX_MIN_CHARSpublic static final int INDEX_PREFIX_MIN_CHARS- See Also:
- Constant Field Values
 
- 
INDEX_PREFIX_MAX_CHARSpublic static final int INDEX_PREFIX_MAX_CHARS- See Also:
- Constant Field Values
 
- 
FIELD_TYPEpublic static final org.apache.lucene.document.FieldType FIELD_TYPE
- 
POSITION_INCREMENT_GAPpublic static final int POSITION_INCREMENT_GAPThe default position_increment_gap is set to 100 so that phrase queries of reasonably high slop will not match across field values.- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
Defaultspublic Defaults()
 
-