You'll still be able to achieve this without backend (SSH) access. I'd suggest:
- Creating a
kill_exact.cfg
/ kill_partial.cfg
locally, using the syntax described at https://docs.funnelback.com/13.2/document_flags.html#Example%20Pattern%20Files.
- Upload configuration files via the Admin UI (Administer > Browse Collection Configuration Files > Config > Upload)
- Adding the following line to
collection.cfg
:
post_index_command=$SEARCH_HOME/bin/padre-fl $SEARCH_HOME/data/COLLECTION/live/idx $SEARCH_HOME/conf/COLLECTION/kill_partial.cfg -kill; $SEARCH_HOME/bin/padre-fl $SEARCH_HOME/data/COLLECTION/live/idx $SEARCH_HOME/conf/COLLECTION/kill_exact.cfg -kill -exactmatch
Triggering a re-index via the Admin UI will then trigger the commands in the post_index_command
.
When you do upgrade to v14+, these file names, locations and contents can remain unchanged, but the manual workflow steps will no longer be necessary.
See also:
https://docs.funnelback.com/13.2/post_index_command_collection_cfg.html