Configure the items and fields processed by Sitecore Cortex Content Tagging
By default, the Sitecore CortexTM Content Tagging feature can process any content item in Sitecore. When an item is processed for tagging, the content of every content field is processed. However, if you use a custom content provider, you can determine which items and fields are included in the tagging process.
To change the default behavior of Sitecore Cortex Content Tagging, you can build your own content provider and use it through the extension points that Sitecore Cortex Content Tagging provides.
To enable a custom content provider:
-
Implement the custom configuration pipeline processor, as in the following example:
-
In the configuration file, create a new named configuration set and include the new content provider, as in the following example:
-
Add the custom pipeline processor to the
getTaggingConfigurationpipeline. With this processor, you can change the active configuration for the specific item type.