> 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 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/