We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c1ccb commit 21a0a64Copy full SHA for 21a0a64
docs/reference/docs/reindex.asciidoc
@@ -4,11 +4,11 @@
4
<titleabbrev>Reindex</titleabbrev>
5
++++
6
7
-Copies documents from a _source_ to a _destination_.
+Copies documents from a source to a destination.
8
9
-The source and destination can be any pre-existing index, index alias, or
10
-<<data-streams,data stream>>. However, the source and destination must be
11
-different. For example, you cannot reindex a data stream into itself.
+The source can be any existing index, alias, or data stream. The destination
+must differ from the source. For example, you cannot reindex a data stream into
+itself.
12
13
[IMPORTANT]
14
=================================================
0 commit comments