Skip to content

Commit fabbff1

Browse files
Reindex source types disregarded in 7.x
Clarify that types in source index are disregarded. Closes #48460
1 parent 9cb1ace commit fabbff1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/docs/reindex.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,10 @@ Valid values: `index`, `create`. Defaults to `index`.
504504
(Optional, enum) The script language: `painless`, `expression`, `mustache`, `java`.
505505
For more information, see <<modules-scripting>>.
506506

507+
NOTE: Types in source indices are always ignored, also when not specifying a
508+
destination `type`. If explicitly specifying destination `type`, the specified
509+
type must match the type in the destination index or be either unspecified or
510+
the special value `_doc`. See <<removal-of-types>> for further details.
507511

508512
[[docs-reindex-api-response-body]]
509513
==== {api-response-body-title}

0 commit comments

Comments
 (0)