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
summary: Turn `_source` meta fieldmapper's mode attribute into a no-op
3
+
area: Mapping
4
+
type: breaking
5
+
issues:
6
+
- 118596
7
+
breaking:
8
+
title: Turn `_source` meta fieldmapper's mode attribute into a no-op
9
+
area: Mapping
10
+
details: The `mode` mapping attribute of `_source` metadata field mapper has been turned into a no-op. Instead the `index.mapping.source.mode` index setting should be used to configure source mode.
11
+
impact: Configuring the `mode` attribute for the `_source` meta field mapper will have no effect on indices created with Elasticsearch 9.0.0 or later. Note that `_source.mode` configured on indices before upgrading to 9.0.0 or later will remain efficive after upgrading.
0 commit comments