From 13992ce70d8a4e5b68c77cf76a08e7f33df0daeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 21 Oct 2019 17:15:58 +0200 Subject: [PATCH] [7.4] [DOCS] Extends analyzed.fields description in DFA resources. (#48306) --- .../apis/dfanalyticsresources.asciidoc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc b/docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc index f328e6e4d6976..be4dd772651af 100644 --- a/docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc +++ b/docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc @@ -16,17 +16,18 @@ <>. `analyzed_fields`:: - (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}. + (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 <>. - `analyzed_fields.includes`::: - (array) An array of strings that defines the fields that will be included in - the analysis. + `includes`::: + (array) An array of strings that defines the fields that will be + included in the analysis. - `analyzed_fields.excludes`::: - (array) An array of strings that defines the fields that will be excluded - from the analysis. + `excludes`::: + (array) An array of strings that defines the fields that will be + excluded from the analysis. [source,js]