Class SimpleMappedFieldType

java.lang.Object
org.apache.lucene.document.FieldType
org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.SimpleMappedFieldType
All Implemented Interfaces:
org.apache.lucene.index.IndexableFieldType
Direct Known Subclasses:
BooleanFieldMapper.BooleanFieldType, CompletionFieldMapper.CompletionFieldType, FieldNamesFieldMapper.FieldNamesFieldType, IpFieldMapper.IpFieldType, NumberFieldMapper.NumberFieldType, StringFieldType

public abstract class SimpleMappedFieldType
extends MappedFieldType
MappedFieldType base impl for field types that are neither dates nor ranges.