Package org.elasticsearch.index.mapper
Class TextFieldMapper.Defaults
java.lang.Object
org.elasticsearch.index.mapper.TextFieldMapper.Defaults
- Enclosing class:
 - TextFieldMapper
 
- 
Field Summary
FieldsModifier 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 Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
FIELDDATA_MIN_FREQUENCY
public static final double FIELDDATA_MIN_FREQUENCY- See Also:
 - Constant Field Values
 
 - 
FIELDDATA_MAX_FREQUENCY
public static final double FIELDDATA_MAX_FREQUENCY- See Also:
 - Constant Field Values
 
 - 
FIELDDATA_MIN_SEGMENT_SIZE
public static final int FIELDDATA_MIN_SEGMENT_SIZE- See Also:
 - Constant Field Values
 
 - 
INDEX_PREFIX_MIN_CHARS
public static final int INDEX_PREFIX_MIN_CHARS- See Also:
 - Constant Field Values
 
 - 
INDEX_PREFIX_MAX_CHARS
public static final int INDEX_PREFIX_MAX_CHARS- See Also:
 - Constant Field Values
 
 - 
FIELD_TYPE
public static final org.apache.lucene.document.FieldType FIELD_TYPE - 
POSITION_INCREMENT_GAP
public 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
- 
Defaults
public Defaults() 
 -