Publishing with Taxonomy Synchronization
After a Tridion Docs publication has been published to Content Delivery, it implicitly updates a cache called Taxonomy-Index in OpenSearch. You can also trigger an explicit refresh of the taxonomy on the Content Delivery system by publishing a special Taxonomy Sync publication. To create such a publication, first run a PowerShell script.
- The person maintaining the taxonomy may have made changes to it in PoolParty, such as reorganizing the taxonomy, adding synonyms, adding languages or changing labels.
- Creating or refreshing the cache may seem to be failing.
| Parameter name | Description of value |
|---|---|
webServicesBaseUrl | The Web service base URL of the Tridion Docs, for example, https://example.com/ISHWS |
trisoftUserName | The user name of a Tridion Docs user authorized to run this script. You can omit this parameter if you use Windows Authentication. |
trisoftPassword | The password of the Tridion Docs user authorized to run this script. You can omit this parameter if you use Windows Authentication. |
The script creates a new publication called Taxonomy Publication Sync in the repository folder \System\Taxonomy Sync\. This publication has publication outputs created for all output formats whose transformationtype is ishditadelivery and whose Dynamic Delivery discovery URL is not empty. You can now publish the publication to any Dynamic Delivery output to update the taxonomy cache for that output.