Have you tried clearing the zebra indexes first and then rebuild the index?
For clearing the zebra index: # Zebra Indexes $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init $ zebraidx -c /etc/koha/zebradb/zebra-authorities.cfg -g iso2709 -d authorities init (It is possible your zebra-biblios.cfg and zebra-authorities.cfg live somwhere else, the above location is where mine are) After that, restart zebra and re-index. (rebuild_zebra.pl -b -w) I hope this helps. I have had similar issues after loading a database from a different library to test. If I do not clear the zebra index, anything from the previous library will cause errors. ________________________________ From: Sonia P. <[email protected]> To: Cc: [email protected] Sent: Monday, January 30, 2012 8:19:28 PM Subject: Re: [Koha] Search / index problem, help... ? Thanks all for your help. So I have searched in the biblioitem database as well (biblionumber and biblioitemnumber), and these two numbers (which cause errors) doesn't exist. I don't get it... As for the <instancename>, I don't think we run multiple instances of Koha on the same server (why would we?). I have tried a few command lines like that, and it didn't change anything. I don't know what the problem is. I don't know why these biblios would cause any problem if they have been deleted. What can I do? Cheers, Sonia. > Date: Mon, 30 Jan 2012 05:07:43 -0800 > From: [email protected] > Subject: Re: [Koha] Search / index problem, help... ? > To: [email protected] > CC: [email protected] > > > > > --- On Mon, 1/30/12, Sonia P. <[email protected]> wrote: > > > > > > As for the zebra reindex, I am sorry it's a stupid question, > > but what's that <instancename> you mention in the > > command line? > > > I think the assumption is probably that you are running Koha installed from > the debian package, which allows multiple instances of Koha on the same > server. > > If you are not running the package, you should be fine with -b -r -v i guess. > > > Olugbenga Adara > > Mobile: 234 (0) 8033220288 > Home: 234 (2) 8721720 > Skype: gbengaadara > Blog: http://gbengaadara.blogspot.com > Twitter: http://twitter.com/gbengaadara > Profile: http://www.linkedin.com/in/gbengaadara _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

