From 2f3ada4a28e4df4c3f5e3897060dde86c4aa3d04 Mon Sep 17 00:00:00 2001 From: Mark Laney Date: Tue, 27 Sep 2022 08:35:16 -0600 Subject: [PATCH] Remove any mention of "mapping type" (#86242) Mapping types were removed in v6.0 so they shouldn't be mentioned in the description of inheritance of the `dynamic` setting. --- docs/reference/mapping/params/dynamic.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/params/dynamic.asciidoc b/docs/reference/mapping/params/dynamic.asciidoc index 7e7d055d72d25..ac95d5de80b89 100644 --- a/docs/reference/mapping/params/dynamic.asciidoc +++ b/docs/reference/mapping/params/dynamic.asciidoc @@ -42,7 +42,7 @@ GET my-index-000001/_mapping [[dynamic-inner-objects]] ==== Setting `dynamic` on inner objects <> inherit the `dynamic` setting from their parent -object or from the mapping type. In the following example, dynamic mapping is +object. In the following example, dynamic mapping is disabled at the type level, so no new top-level fields will be added dynamically.