Browse Source

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.
Mark Laney 3 years ago
parent
commit
fe2ec6c916
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/params/dynamic.asciidoc

+ 1 - 1
docs/reference/mapping/params/dynamic.asciidoc

@@ -42,7 +42,7 @@ GET my-index-000001/_mapping
 [[dynamic-inner-objects]]
 ==== Setting `dynamic` on inner objects
 <<object,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.