Uses of Class
org.elasticsearch.index.mapper.SimpleMappedFieldType
-
Packages that use SimpleMappedFieldType Package Description org.elasticsearch.index.mapper -
-
Uses of SimpleMappedFieldType in org.elasticsearch.index.mapper
Subclasses of SimpleMappedFieldType in org.elasticsearch.index.mapper Modifier and Type Class Description static classBooleanFieldMapper.BooleanFieldTypestatic classCompletionFieldMapper.CompletionFieldTypestatic classFieldNamesFieldMapper.FieldNamesFieldTypestatic classIgnoredFieldMapper.IgnoredFieldTypestatic classIpFieldMapper.IpFieldTypestatic classKeywordFieldMapper.KeywordFieldTypestatic classNumberFieldMapper.NumberFieldTypeclassStringFieldTypeBase class forMappedFieldTypeimplementations 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.static classTextFieldMapper.TextFieldTypestatic classTypeFieldMapper.TypeFieldType
-