Merge pull request #20784 from eskibars/master
Add a note that reindex does not set up mappings, etc
This commit is contained in:
commit
78ae19ae5e
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue