Browse Source

[DOCS] Adds a warning about reindexing docs with the same ID to the PUT DFA docs. (#53490)

István Zoltán Szabó 5 years ago
parent
commit
77ec60baa0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/reference/ml/ml-shared.asciidoc

+ 5 - 0
docs/reference/ml/ml-shared.asciidoc

@@ -1317,6 +1317,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 
   analysis. It can be a single index or index pattern as well as an array of 
   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`:::
   (Optional, object) The {es} query domain-specific language