Details Koha 3.03, Ubuntu 9.04 -loaded about 90k worth of marc records into koha -verified that they loaded -ran Zebra rebuild_zebra.pl -b -w -got an error when zebra couldn't create a few lock files, created the directories and kicked it off again -came back prompt had returned no other messages -restarted the zebra server -opened OPAC did a search Got this: No Result found! No results match your search "tree branch:Dalton-Whitifield County Library" Went hoping around to various log files and saw nothing that really caused me any concern. Checked and I have some giant Zebra files, but still no search results. I've started and stopped a few dozen times. Nothing. At this point my suspicion is I really do not know what I'm doing with Zebra and need a few hints on the obvious things I could be missing. I know the details are sketch but any clues as to what I should look for?
run 'perl misc/migration_tools/rebuild_zebra.pl -a -b -r' You'll also need to setup a cron job to run this at some interval (probably w/o the -r option and w/the -z option). I think this is covered in the INSTALL.ubuntu. Regards, Chris On Sat, Aug 1, 2009 at 5:35 PM, Erik Lewis <elewis@ngrl.org> wrote:
Details Koha 3.03, Ubuntu 9.04 -loaded about 90k worth of marc records into koha -verified that they loaded -ran Zebra rebuild_zebra.pl -b -w -got an error when zebra couldn't create a few lock files, created the directories and kicked it off again -came back prompt had returned no other messages -restarted the zebra server -opened OPAC did a search
Got this:
No Result found!
No results match your search "tree branch:Dalton-Whitifield County Library"
Went hoping around to various log files and saw nothing that really caused me any concern. Checked and I have some giant Zebra files, but still no search results. I've started and stopped a few dozen times. Nothing. At this point my suspicion is I really do not know what I'm doing with Zebra and need a few hints on the obvious things I could be missing. I know the details are sketch but any clues as to what I should look for? _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks Chris that worked. The INSTALL.ubuntu specified: 7.2 Fast Index: $ misc/migration-tools/rebuild_zebra.pl -b -w On Aug 1, 2009, at 10:21 PM, Chris Nighswonger wrote:
run 'perl misc/migration_tools/rebuild_zebra.pl -a -b -r'
You'll also need to setup a cron job to run this at some interval (probably w/o the -r option and w/the -z option). I think this is covered in the INSTALL.ubuntu.
Regards, Chris
On Sat, Aug 1, 2009 at 5:35 PM, Erik Lewis <elewis@ngrl.org> wrote: Details Koha 3.03, Ubuntu 9.04 -loaded about 90k worth of marc records into koha -verified that they loaded -ran Zebra rebuild_zebra.pl -b -w -got an error when zebra couldn't create a few lock files, created the directories and kicked it off again -came back prompt had returned no other messages -restarted the zebra server -opened OPAC did a search
Got this:
No Result found!
No results match your search "tree branch:Dalton-Whitifield County Library"
Went hoping around to various log files and saw nothing that really caused me any concern. Checked and I have some giant Zebra files, but still no search results. I've started and stopped a few dozen times. Nothing. At this point my suspicion is I really do not know what I'm doing with Zebra and need a few hints on the obvious things I could be missing. I know the details are sketch but any clues as to what I should look for? _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
2009/8/2 Erik Lewis <elewis@ngrl.org>
Thanks Chris that worked. The INSTALL.ubuntu specified: 7.2 Fast Index: $ misc/migration-tools/rebuild_zebra.pl -b -w
On Aug 1, 2009, at 10:21 PM, Chris Nighswonger wrote:
run 'perl misc/migration_tools/rebuild_zebra.pl -a -b -r'
You'll also need to setup a cron job to run this at some interval (probably w/o the -r option and w/the -z option). I think this is covered in the INSTALL.ubuntu.
Regards, Chris
Right, -b -w works for indexing just biblio records, the first time. -a gets authorities. -r rebuilds the indexes from scratch, so is most useful when there are problems after bulk loading. You would probably not want to run with -r in crontab, since it would be doing a lot of unnecessary work. -- Joe Atzberger LibLime - Open Source Library Solutions
participants (3)
-
Chris Nighswonger -
Erik Lewis -
Joe Atzberger