
Koha::Contrib::Tamil::IndexerDaemon - Class implementing a Koha records indexer daemon

version 0.021

# Index Koha queued biblio/authority records every minute.
# KOHA_CONF environment variable is used to find which Koha
# instance to use.
# Records are exported from Koha DB into files located in
# the current directory
my $daemon = Koha::Contrib::Tamil::IndexerDaemon->new();
my $daemon = Koha::Contrib::Tamil::IndexerDaemon->new(
timeout => 20,
conf => '/home/koha/mylib/etc/koha-conf.xml',
directory => '/home/koha/mylib/tmp',
verbose => 1 );

Koha configuration file name. If not supplied, KOHA_CONF environment variable is used to locate the configuration file.
Location of the directory where to export biblio/authority records before sending them to Zebra indexer.
Number of seconds between indexing.
Task verbosity.

Frédéric Demians <f.demians@tamil.fr>

This software is Copyright (c) 2012 by Fréderic Démians.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007