Skip to content

Commit e6b15f4

Browse files
(Doc+) Inference Pipeline ignores Mapping Analyzers (#112522)
* (Doc+) Inference Pipeline ignores Mapping Analyzers From internal Dev feedback (will cross-link after), this updates that inference processors within ingest pipelines run before mapping analyzers effectively ignoring them. So if users want analyzers to take effect, they would need to select the analyzer's ingest pipeline process equivalent and run it higher in flow than the inference processor. --------- Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent 7078518 commit e6b15f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/ingest/processors/inference.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ include::common-options.asciidoc[]
3131
`field_map` fields. For NLP models, use the `input_output` option. For
3232
{dfanalytics} models, use the `target_field` and `field_map` option.
3333
* Each {infer} input field must be single strings, not arrays of strings.
34+
* The `input_field` is processed as is and ignores any <<mapping,index mapping>>'s <<analysis,analyzers>> at time of {infer} run.
3435
==================================================
3536

3637
[discrete]

0 commit comments

Comments
 (0)