* hoa lean ([email protected]) wrote: > Hi there, > > I m Ann. I just finish installing koha 3.2.6 on opensuse 11.3 > All prerequisite perl modules have been installed fine. > However, there are some issues regarding Zebra rebuild index. > > First of all, the site works fine with no-Zebra index, however, it seems that > the Advanced Search don’ work under no-Zenbra search engine, so we have to > go with the Zebra. > I already did a search on the forum, do the steps that point the module path > to reflect the right folder in the system. In our case, it is “modulePath: > /usr/lib64/idzebra-2.0/modules” > I also make sure user koha have access to the modules folder. > > The problem with Zebra is: > It seems that Zebra Rebuild Index fine if only with bibliographies under XML > koha:/usr/webpages/koha-3.2.6/misc/migration_tools # ./rebuild_zebra.pl -b -x > > At least, users still can do some search but they cannot search the authority > records.. > > However, if Zebra Rebuild with –b –a –v the results are: > Hi Ann
This can happen when a marc record is too large. Never fear there is a very very easy solution. Run 2 commands ./rebuild_zebra.pl -b -x ./rebuild_zebra.pl -a So set your cronjob to run the two commands (probably both with -z) Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
signature.asc
Description: Digital signature
_______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

