@@ -258,7 +258,7 @@ Elasticsearch 6.x::
258258
259259* The `_default_` mapping type is deprecated.
260260
261- * In 6.8 , the index creation, index template, and mapping APIs support a query
261+ * In 6.7 , the index creation, index template, and mapping APIs support a query
262262 string parameter (`include_type_name`) which indicates whether requests and
263263 responses should include a type name. It defaults to `true`, and should be set
264264 to an explicit value to prepare to upgrade to 7.0. Not setting `include_type_name`
@@ -444,12 +444,12 @@ documents to it using typeless `index` calls, and load documents with typeless
444444
445445Index creation, index template, and mapping APIs support a new `include_type_name`
446446URL parameter that specifies whether mapping definitions in requests and responses
447- should contain the type name. The parameter defaults to `true` in version 6.8 to
447+ should contain the type name. The parameter defaults to `true` in version 6.7 to
448448match the pre-7.0 behavior of using type names in mappings. It defaults to `false`
449449in version 7.0 and will be removed in version 8.0.
450450
451- It should be set explicitly in 6.8 to prepare to upgrade to 7.0. To avoid deprecation
452- warnings in 6.8 , the parameter can be set to either `true` or `false`. In 7.0, setting
451+ It should be set explicitly in 6.7 to prepare to upgrade to 7.0. To avoid deprecation
452+ warnings in 6.7 , the parameter can be set to either `true` or `false`. In 7.0, setting
453453`include_type_name` at all will result in a deprecation warning.
454454
455455See some examples of interactions with Elasticsearch with this option set to `false`:
@@ -719,12 +719,12 @@ indices.
719719[float]
720720==== Mixed-version clusters
721721
722- In a cluster composed of both 6.8 and 7.0 nodes, the parameter
722+ In a cluster composed of both 6.7 and 7.0 nodes, the parameter
723723`include_type_name` should be specified in indices APIs like index
724724creation. This is because the parameter has a different default between
725- 6.8 and 7.0, so the same mapping definition will not be valid for both
725+ 6.7 and 7.0, so the same mapping definition will not be valid for both
726726node versions.
727727
728728Typeless document APIs such as `bulk` and `update` are only available as of
729- 7.0, and will not work with 6.8 nodes. This also holds true for the typeless
729+ 7.0, and will not work with 6.7 nodes. This also holds true for the typeless
730730versions of queries that perform document lookups, such as `terms`.
0 commit comments