The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Koha::Contrib::Tamil::Indexer - Class doing Zebra Koha indexing

VERSION

version 0.031

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) 2013 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 200:

Unknown directive: =HEAD1

Around line 216:

Unknown directive: =HEAD1