The best option for index after a batch change
Hi to all, 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 ? Cheers Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.tajoli@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate
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
participants (2)
-
Frédéric Demians -
Zeno Tajoli