On 08/24/2010 06:25 PM, Linda Culberson wrote:
Quick newbie question, folks. Do the zebra_daemon and/or zebraqueue_daemon need to be running or not when doing a reloading of the biblios ? How about when reindexing them? Sorry, but I'm brain-dead today, and can use all the help I can get. Thanks!
Yes, the zebra_daemon is required. You don't need the zebraqueue, it has been deprecated. You need to have the zebra_daemon up and then you can call the corresponding cron task: $KOHA_CRON_PATH/../migration_tools/rebuild_zebra.pl -b -a -z for instance. This will take the data from your database and feed it to zebra for re-indexing. After the re-indexing is complete you will be able to search in koha (since most of the searches take place in zebra). Regards, Len www.len.ro