We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e285c commit 85e5812Copy full SHA for 85e5812
docs/reference/ml/ml-shared.asciidoc
@@ -93,7 +93,10 @@ end::analysis-limits[]
93
94
tag::analyzed-fields[]
95
Specify `includes` and/or `excludes` patterns to select which fields will be
96
-included in the analysis.
+included in the analysis. The patterns specified in `excludes` are applied last,
97
+therefore `excludes` takes precedence. In other words, if the same field is
98
+specified in both `includes` and `excludes`, then the field will not be included
99
+in the analysis.
100
+
101
--
102
The supported fields for each type of analysis are as follows:
0 commit comments