Class StringFieldType

java.lang.Object
org.apache.lucene.document.FieldType
All Implemented Interfaces:
org.apache.lucene.index.IndexableFieldType
Direct Known Subclasses:
IgnoredFieldMapper.IgnoredFieldType, KeywordFieldMapper.KeywordFieldType, TextFieldMapper.TextFieldType, TypeFieldMapper.TypeFieldType

public abstract class StringFieldType
extends SimpleMappedFieldType
Base class for MappedFieldType implementations that use the same representation for internal index terms as the external representation so that partial matching queries such as prefix, wildcard and fuzzy queries can be implemented.