[DOCS] Adds a warning about reindexing docs with the same ID to the PUT DFA docs. (#53490)
This commit is contained in:
parent
67fffe676e
commit
969164cc47
|
@ -1316,6 +1316,11 @@ The configuration of how to source the analysis data. It requires an
|
||||||
(Required, string or array) Index or indices on which to perform the
|
(Required, string or array) Index or indices on which to perform the
|
||||||
analysis. It can be a single index or index pattern as well as an array of
|
analysis. It can be a single index or index pattern as well as an array of
|
||||||
indices or patterns.
|
indices or patterns.
|
||||||
|
+
|
||||||
|
--
|
||||||
|
WARNING: If your source indices contain documents with the same IDs, only the
|
||||||
|
document that is indexed last appears in the destination index.
|
||||||
|
--
|
||||||
|
|
||||||
`query`:::
|
`query`:::
|
||||||
(Optional, object) The {es} query domain-specific language
|
(Optional, object) The {es} query domain-specific language
|
||||||
|
|
Loading…
Reference in New Issue