Pārlūkot izejas kodu

Update headline of the "removal of types" doc page to match changes in 7.0. (#40868)

Currently it describes what broke in 6.0.
Adrien Grand 6 gadi atpakaļ
vecāks
revīzija
89d6580885
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      docs/reference/mapping/removal_of_types.asciidoc

+ 5 - 5
docs/reference/mapping/removal_of_types.asciidoc

@@ -1,11 +1,11 @@
 [[removal-of-types]]
 == Removal of mapping types
 
-IMPORTANT: Indices created in Elasticsearch 6.0.0 or later may only contain a
-single <<mapping-type,mapping type>>.  Indices created in 5.x with multiple
-mapping types will continue to function as before in Elasticsearch 6.x.
-Types will be deprecated in APIs in Elasticsearch 7.0.0, and completely
-removed in 8.0.0.
+IMPORTANT: Indices created in Elasticsearch 7.0.0 or later no longer accept a
+`_default_` mapping. Indices created in 6.x will continue to function as before
+in Elasticsearch 6.x. Types are deprecated in APIs in 7.0, with breaking changes
+to the index creation, put mapping, get mapping, put template, get template and
+get field mappings APIs.
 
 [float]
 === What are mapping types?