Tomas Cohen Arazi
eed7f263d0
Short: Launch an indexing daemon (rebuild_zebra.pl -daemon) process for each enabled instance. Enabling/disabling the use of the indexer is handled by global configuration variables in /etc/default/koha-common. Also provides command line tools to manage the running indexer daemons for your instances. Long: Using an indexing daemon avoids launching a new interpreter each time the cron triggers the indexing, and also allows sub-minute incremental reindexing, a requirement from our librarians.[1] Using the indexer daemon could remain "experimental" until it gets more testing; so is disabled by default initially. To enable the use of the indexer the user has to tweak the /etc/default/koha-common config file. Specifically the USE_INDEXER_DAEMON variable, which is clearly explained in the file. Frecquency defaults to 5 sec, and can be changed by tweaking the /etc/default/koha-common config file too. This patch uses rebuild_zebra.pl in daemon mode, but it is crafted to allow changing the indexing daemon and passing specific option switches it might need. Regards To+ [1] This is the .deb version of http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8519 Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
38 lines
1.9 KiB
Text
38 lines
1.9 KiB
Text
debian/tmp/usr/* usr
|
|
debian/tmp/etc/koha/searchengine
|
|
debian/tmp/etc/koha/pazpar2
|
|
debian/tmp/etc/koha/zebradb/[!z]*
|
|
debian/templates/* etc/koha
|
|
debian/koha-post-install-setup usr/sbin
|
|
debian/unavailable.html usr/share/koha/intranet/htdocs
|
|
debian/unavailable.html usr/share/koha/opac/htdocs
|
|
debian/templates/* etc/koha
|
|
debian/scripts/koha-functions.sh usr/share/koha/bin
|
|
debian/scripts/koha-create usr/sbin
|
|
debian/scripts/koha-create-dirs usr/sbin
|
|
debian/scripts/koha-disable usr/sbin
|
|
debian/scripts/koha-dump usr/sbin
|
|
debian/scripts/koha-dump-defaults usr/sbin
|
|
debian/scripts/koha-email-disable usr/sbin
|
|
debian/scripts/koha-email-enable usr/sbin
|
|
debian/scripts/koha-enable usr/sbin
|
|
debian/scripts/koha-foreach usr/sbin
|
|
debian/scripts/koha-indexer usr/sbin
|
|
debian/scripts/koha-list usr/sbin
|
|
debian/scripts/koha-mysql usr/sbin
|
|
debian/scripts/koha-rebuild-zebra usr/sbin
|
|
debian/scripts/koha-remove usr/sbin
|
|
debian/scripts/koha-reset-passwd usr/sbin
|
|
debian/scripts/koha-restart-zebra usr/sbin
|
|
debian/scripts/koha-restore usr/sbin
|
|
debian/scripts/koha-run-backups usr/sbin
|
|
debian/scripts/koha-shell usr/sbin
|
|
debian/scripts/koha-start-zebra usr/sbin
|
|
debian/scripts/koha-stop-zebra usr/sbin
|
|
debian/scripts/koha-translate usr/sbin
|
|
debian/scripts/koha-upgrade-schema usr/sbin
|
|
debian/scripts/koha-upgrade-to-3.4 usr/sbin
|
|
debian/scripts/koha-start-sip usr/sbin
|
|
debian/scripts/koha-stop-sip usr/sbin
|
|
debian/scripts/koha-enable-sip usr/sbin
|
|
debian/tmp_docbook/*.8 usr/share/man/man8
|