Răsfoiți Sursa

[DOCS] Extends analyzed_fields description in PUT DFA API docs. (#48307)

István Zoltán Szabó 6 ani în urmă
părinte
comite
e9cec6e1f7

+ 6 - 2
docs/reference/ml/df-analytics/apis/put-dfanalytics.asciidoc

@@ -109,7 +109,9 @@ the field with the text mapping to get exact results from the analysis.
   (Optional, object) You can specify both `includes` and/or `excludes` patterns. 
   If `analyzed_fields` is not set, only the relevant fields will be included. 
   For example, all the numeric fields for {oldetection}. For the supported field 
-  types, see <<ml-put-dfanalytics-supported-fields>>.
+  types, see <<ml-put-dfanalytics-supported-fields>>. If you specify fields – 
+  either in `includes` or in `excludes` – that have a data type that is not 
+  supported, an error occurs.
   
   `includes`:::
     (Optional, array) An array of strings that defines the fields that will be 
@@ -117,7 +119,9 @@ the field with the text mapping to get exact results from the analysis.
     
   `excludes`:::
     (Optional, array) An array of strings that defines the fields that will be 
-    excluded from the analysis.
+    excluded from the analysis. You do not need to add fields with unsupported 
+    data types to `excludes`, these fields are excluded from the analysis 
+    automatically.
 
 `description`::
   (Optional, string) A description of the job.