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
mapping compare: ignore string fields converted to text/keyword fields
Elasticsearch 5 will automatically convert string mapping types to be
text or keyword types. We want to support both ES 2.4 and 5, so keep the
declared mappings using the string type. When we check this against what
is deployed, ignore the difference if a string is converted to text or
keyword.
0 commit comments