You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MappedFieldType had originally been split out of FieldMapper in order to work around problems that having multiple types in the same index introduced. Now that we introduced the guarantee that every index has at most one type, we could merge MappedFieldType and FieldMapper together.