[Koha-devel] The best option for index after a batch change

Frédéric Demians f.demians at tamil.fr
Tue Dec 3 18:53:08 CET 2013


> I will do a batch chage on bibliographic data with a perl script.
> Around 2.000 record on 150.000 biblios. Before to launch the script,
> I close the background indexing (I use Tamil daemon). After the
> change I will have 2.000 entry in zebraque table.
>
> In your opinion what is the best oprion to do after ? a)I restart
> background indexing with Tamil's daemon or b)I reindex on command
> line with -z option ?

If your Perl script call Koha API (ModBiblio) to modify biblio records,
just restart your indexing daemon. Otherwise, do a full reindexing, then
restart your indexer.

Note that you have an equivalent to rebuild_zebra.pl -z with:

  koha-index --select queue --verbose

Kind regards,
-- 
Frédéric DEMIANS
http://www.tamil.fr/fdemians




More information about the Koha-devel mailing list