Enrichment Properties |
The Enrichment type exposes the following members.
Name | Description | |
---|---|---|
description |
Describes what the enrichment step does.
| |
destination_field |
Field where enrichments will be stored. This field must already exist or be at most 1 level deeper
than an existing field. For example, if text is a top-level field with no sub-fields, text.foo is a
valid destination but text.foo.bar is not.
| |
enrichment |
Name of the enrichment service to call. Currently the only valid value is alchemy_language.
| |
ignore_downstream_errors |
If true, then most errors generated during the enrichment process will be treated as warnings and
will not cause the document to fail processing.
| |
options |
Enrichment options.
| |
overwrite |
Indicates that the enrichments will overwrite the destination_field field if it already exists.
| |
source_field |
Field to be enriched.
|