NAME
Koha::Contrib::Tamil::Indexer - Class doing Zebra Koha indexing
VERSION
version 0.073
METHODS
run
Runs the indexing task.
my $indexer = Koha::Contrib::Tamil::Indexer->new(
source => 'biblio',
select => 'queue'
);
$indexer->run();
my $indexer = Koha::Contrib::Tamil::Indexer->new(
source => 'authority',
select => 'all',
directory => '/tmp',
verbose => 1,
);
$indexer->run();
Indexes Koha biblio/authority records, full indexing or queued record indexing.
AUTHOR
Frédéric Demians <f.demians@tamil.fr>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Fréderic Démians.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 198:
Unknown directive: =HEAD1
- Around line 214:
Unknown directive: =HEAD1