Skip to content

Commit 21a0a64

Browse files
authored
[DOCS] Fix reindex API intro (#73188) (#73241)
The destination doesn't need to pre-exist.
1 parent 97c1ccb commit 21a0a64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<titleabbrev>Reindex</titleabbrev>
55
++++
66

7-
Copies documents from a _source_ to a _destination_.
7+
Copies documents from a source to a destination.
88

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.
9+
The source can be any existing index, alias, or data stream. The destination
10+
must differ from the source. For example, you cannot reindex a data stream into
11+
itself.
1212

1313
[IMPORTANT]
1414
=================================================

0 commit comments

Comments
 (0)