The afs_spellcheck_deploy filter is in charge of deploying SpellChecker databases (generated by the afs_spellcheck_build filter) to the Update Manager.
The filter is declared with the afs_spellcheck_deploy type. It is in the antidot-paf-misc package. It is a visitor filter.
The Spellcheck Deploy filter specifications are described in the following table:
| | | | |
do_nothing_if_no_document | | | | If true, the filter will not deploy any pre-existing databases if no document has reached this filter during PaF execution. |
It takes all the updated data in $AFS7/spellcheck and sends only the necessary data to the Update Manager.
This filter cannot be instanced more than once. It will not read the "instances" parameter in the configuration.
This filter needs the Update Manager to be correctly configured in the server cloud and an afs_host binary on the indexing server.