Re: [Koha] Manual for Configuring Koha's Zebra
Hi Amandeep Kansal, Thank you very much for your reply! Your experience will be of great benefit to many users. Unfortunately I am failed at step 4. My database upgraded from Koha version 2.2.9, and can not find out the filed "marcxml" in it. Thank you Zeno Tajoli! I use MARC21. I do not find out the instructions you mentioned. Error message of step 4: ============================= ... ... DBD::mysql::st execute failed: Unknown column 'marcxml' in 'field list' at /usr/share/koha/lib/C4/Biblio.pm line 852. DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Biblio.pm line 853. ============================= Thank you! Zhang QZ ------------------------------ Message: 6 Date: Tue, 19 May 2009 15:03:56 +0530 From: Amandeep Kansal <kansalbpa@gmail.com> Subject: [Koha] Manual for Configuring Koha's Zebra To: Koha Mailing List <koha@lists.katipo.co.nz> Message-ID: <94752abe0905190233g4ab5f4d6q7a9eb7e3d0ac9285@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Hi, Please follow following steps. (Steps are based on linux platform) 1. First of all uninstall zebra server(previous). 2. Download and install zebra server from ( I recomended) http://ftp.indexdata.dk/pub/zebra/idzebra-2.0.18.tar.gz steps: 1. tar xvzf idzebra-XXX cd idzebra ./confidure make make install 3. please find 'zebrasrv' probably it is in /usr/local/bin/ if yes, then edit these files, /etc/koha/zebradb/zebra-biblios.cfg /etc/koha/zebradb/zebra-authorities.cfg /etc/koha/zebradb/zebra-authorities-dom.cfg replace modulePath: /usr/lib/idzebra-2.0/modules with modulePath: /usr/local/lib/idzebra-2.0/modules 4. ./rebuild_zebra.pl -b -a 5. start zebra hopefully every thing will fine -- Er. Amandeep Kansal B.Tech, RHCE Network Engineer Chitkara Educational Trust Plot No.11-12,Ground Floor, Dainik Bhasker Building ,Sector 25-D, Chandigarh- 160014. +91-172-4691800 http://linuxtosavemoney.blogspot.com/
Hello, I try to fill NoZebraIndexes syspref for define my indexes. But I use MARC21, I want to know if the "UNIMARC NoZebraIndexes sample" is also fit "MARC21 NoZebraIndexes"? Thank you very much for your help! Best Regards, Zhang QZ ============================= http://wiki.koha.org/doku.php?id=22_to_30 UNIMARC NoZebraIndexes sample 'title' => '200a,200c,200d,200e,225a,225d,225e,225f,225h,225i,225v,500*,501*,503*,5 10*,512*,513*,514*,515*,516*,517*,518*,519*,520*,530*,531*,532*,540*,541 *,545*,604t,610t,605a', 'author' =>'200f,600a,601a,604a,700a,700b,700c,700d,700a,701b,701c,701d,702a,702b ,702c,702d,710a,710b,710c,710d,711a,711b,711c,711d,712a,712b,712c,712d', 'isbn' => '010a', 'issn' => '011a', 'biblionumber' =>'0909', 'itemtype' => '200b', 'language' => '101a', 'publisher' => '210c', 'date' => '210d', 'note' => '300a,301a,302a,303a,304a,305a,306az,307a,308a,309a,310a,311a,312a,313a, 314a,315a,316a,317a,318a,319a,320a,321a,322a,323a,324a,325a,326a,327a,32 8a,330a,332a,333a,336a,337a,345a', 'Koha-Auth-Number' => '6009,6019,6029,6039,6049,6059,6069,6109,7009,7019,7029,7109,7119,7129', 'subject' => '600*,601*,606*,610*', 'dewey' => '676a', 'host-item' => '995a,995c' ==============================
Hi, On Sun, May 24, 2009 at 4:58 AM, Quanzhong Zhang <quanzhong.zhang@xjtlu.edu.cn> wrote:
I try to fill NoZebraIndexes syspref for define my indexes. But I use MARC21, I want to know if the "UNIMARC NoZebraIndexes sample" is also fit "MARC21 NoZebraIndexes"? Thank you very much for your help!
No, you should use the default NoZebraIndexes value for MARC21, which is: 'title' => '130a,210a,222a,240a,243a,245a,245b,246a,246b,247a,247b,250a,250b,440a,830a', 'author' => '100a,100b,100c,100d,110a,111a,111b,111c,111d,245c,700a,710a,711a,800a,810a,811a', 'isbn' => '020a', 'issn' => '022a', 'lccn' => '010a', 'biblionumber' => '999c', 'itemtype' => '942c', 'publisher' => '260b', 'date' => '260c', 'note' => '500a, 501a,504a,505a,508a,511a,518a,520a,521a,522a,524a,526a,530a,533a,538a,541a,546a,555a,556a,562a,563a,583a,585a,582a', 'subject' => '600*,610*,611*,630*,650*,651*,653*,654*,655*,662*,690*', 'dewey' => '082', 'bc' => '952p', 'callnum' => '952o', 'an' => '6009,6109,6119', 'homebranch' => '952a,952c' Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
participants (2)
-
Galen Charlton -
Quanzhong Zhang