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
Add _field_names disabling to archival index tests (#117703)
Disabling the "_field_names" field in mappings was possible until 8.x
and now issues a deprecation warning. We need to maintain the ability to
read these mappings for archival indices so this change adds this case
to one of the index mappings in tests and checks for the deprecation
warning for it.
0 commit comments