Adds a note that reindex does not set up mappings, etc. Closes #20783

This commit is contained in:
Shane Connelly 2016-10-06 12:27:08 -07:00
parent 6d42e197b8
commit 3164917fd4
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
experimental[The reindex API is new and should still be considered experimental. The API may change in ways that are not backwards compatible]
IMPORTANT: Reindex does not attempt to set up the destination index. It does
not copy the settings of the source index. You should set up the destination
index prior to running a `_reindex` action, including setting up mappings, shard
counts, replicas, etc.
The most basic form of `_reindex` just copies documents from one index to another.
This will copy documents from the `twitter` index into the `new_twitter` index: