About the SharePoint 2016/19 Add-In
The SharePoint Add-in enables your SharePoint application to interact with the AutoClassifier Engine to enable tagging in SharePoint document libraries and lists.
The SharePoint Add-in is comprised of four key components:
- SharePoint Add-In Apps: These apps resides in your SharePoint App Catalog.
- IIS website: This website can reside on any Microsoft IIS Server which is exposed to network access from the SharePoint site.
- If you are installing the AutoClassifier Engine website and the Add-in website on two different Microsoft IIS Servers, there must be network access between the servers.
- If you are installing the AutoClassifier Engine website and the Add-in website on two different Microsoft IIS Servers, there must be network access between the servers.
- Windows Service for synchronizing the SharePoint Term Store with the AutoClassifier Engine.
- Windows Service for running Scheduled Annotation Jobs in SharePoint.
The AutoClassifier for SharePoint Online/OnPremise Add-In can work in one of the two modes described below. Before you continue with your installation, decide which mode better fits your requirements.
- Regular Mode
- AutoClassifier pushes metadata values in from SharePoint Online/OnPremise Lists and Libraries if they contain columns with names that match the AutoClassifier output metadata names.
- Example: If AutoClassifier outputs metadata for "DetectedLanguage", and the SharePoint List or Library contains a column named "DetectedLanguage", that column is populated with the value of the detected language during the annotation process.
- Example: If AutoClassifier outputs metadata for "DetectedLanguage", and the SharePoint List or Library contains a column named "DetectedLanguage", that column is populated with the value of the detected language during the annotation process.
- AutoClassifier pushes metadata values in from SharePoint Online/OnPremise Lists and Libraries if they contain columns with names that match the AutoClassifier output metadata names.
- Search Tags Mode
- AutoClassifier automatically creates columns to match the metadata processed by the AutoClassifier Processing Pipeline in SharePoint Lists or Libraries. No manual creation of columns is required as columns are created automatically
- For more information, see How to Automatically Annotate and Create Columns (Search Tags).