Update reindex.asciidoc (#35062)
Highlighted that `_source` needs to exist in the source index.
This commit is contained in:
parent
e0fef52058
commit
5e0c9b7c1a
|
@ -1,6 +1,9 @@
|
|||
[[docs-reindex]]
|
||||
== Reindex API
|
||||
|
||||
IMPORTANT: Reindex requires <<mapping-source-field,`_source`>> to be enabled for
|
||||
all documents in the source index.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue