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
This commit allows to use the include_type_name parameter with the compatible rest api.
The support for include_type_name was previously removed in #48632
relates #51816
types removal meta issue #54160
'indices.get/11_basic_with_types/Test include_type_name dafaults to false',
183
-
'indices.get_field_mapping/10_basic/Get field mapping with local is deprecated',
184
-
'indices.get_field_mapping/11_basic_with_types/Get field mapping by index only',
185
-
'indices.get_field_mapping/11_basic_with_types/Get field mapping by type & field',
186
-
'indices.get_field_mapping/11_basic_with_types/Get field mapping by type & field, with another field that doesn\'t exist',
187
-
'indices.get_field_mapping/11_basic_with_types/Get field mapping should work without index specifying type and fields',
188
-
'indices.get_field_mapping/11_basic_with_types/Get field mapping with include_defaults',
189
-
'indices.get_field_mapping/11_basic_with_types/Get field mapping with no index and type',
190
-
'indices.get_field_mapping/21_missing_field_with_types/Return empty object if field doesn\'t exist, but type and index do',
191
-
'indices.get_field_mapping/30_missing_type/Raise 404 when type doesn\'t exist',
192
-
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping should work using \'*\' for indices and types',
193
-
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping should work using \'_all\' for indices and types',
194
-
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping should work using comma_separated values for indices and types',
195
-
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping with * for fields',
196
-
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping with *t1 for fields',
197
-
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping with t* for fields',
198
-
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping with wildcarded relative names',
199
-
'indices.get_field_mapping/60_mix_typeless_typeful/GET mapping with typeless API on an index that has types',
173
+
'indices.get_field_mapping/10_basic/Get field mapping with local is deprecated',// awaits #41676
174
+
'indices.get_field_mapping/11_basic_with_types/Get field mapping by index only',// awaits #41676
175
+
'indices.get_field_mapping/11_basic_with_types/Get field mapping by type & field',// awaits #41676
176
+
'indices.get_field_mapping/11_basic_with_types/Get field mapping by type & field, with another field that doesn\'t exist',// awaits #41676
177
+
'indices.get_field_mapping/11_basic_with_types/Get field mapping should work without index specifying type and fields',// awaits #41676
178
+
'indices.get_field_mapping/11_basic_with_types/Get field mapping with include_defaults',// awaits #41676
179
+
'indices.get_field_mapping/11_basic_with_types/Get field mapping with no index and type',// awaits #41676
180
+
'indices.get_field_mapping/21_missing_field_with_types/Return empty object if field doesn\'t exist, but type and index do',// awaits #41676
181
+
'indices.get_field_mapping/30_missing_type/Raise 404 when type doesn\'t exist',// awaits #41676
182
+
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping should work using \'*\' for indices and types',// awaits #41676
183
+
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping should work using \'_all\' for indices and types',// awaits #41676
184
+
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping should work using comma_separated values for indices and types',// awaits #41676
185
+
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping with * for fields',// awaits #41676
186
+
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping with *t1 for fields',// awaits #41676
187
+
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping with t* for fields',// awaits #41676
188
+
'indices.get_field_mapping/51_field_wildcards_with_types/Get field mapping with wildcarded relative names',// awaits #41676
189
+
'indices.get_field_mapping/60_mix_typeless_typeful/GET mapping with typeless API on an index that has types',// awaits #41676
0 commit comments