workflow.publish_hook.meta
Background
This options specifies the path to the Perl script to execute when a search package is edited and saved through the Admin UI.
This is used in multiple query processor environments to update the query processors when the list of component data sources of a search package changes.
Examples
Call the provided index publication script for multiple query processor setups:
workflow.publish_hook.meta=$SEARCH_HOME/bin/publish_index.pl $COLLECTION_NAME
Notes
-
This setting only applies to editing search packages. A related setting,
workflow.publish_hook
can be used if you need to trigger actions on file publication.