hello, when search by author return any word,no author , zebra installed and indexed ,search staff work good but opac not work, what can i do
From: mjr@phonecoop.coop To: medomedia_2006@hotmail.com CC: koha-devel@lists.koha.org Subject: Re: [Koha-devel] (no subject) Date: Sun, 6 Sep 2009 12:40:13 +0100
Abdallah Abdurahman <medomedia_2006@hotmail.com> asked:
hello, when search by author return any word,no authorwhat can i do
1. check zebrasrv is running and the index has been built - see INSTALL;
2. don't send html email because fewer people will read it;
3. email the koha users list instead of koha-devel http://lists.katipo.co.nz/mailman/listinfo/koha with a full description of the problem (see http://www.chiark.greenend.org.uk/~sgtatham/bugs.html for how to describe it).
Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk | .... co IMO only: see http://mjr.towers.org.uk/email.html | .... op
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Abdallah Abdurahman a écrit :
hello, when search by author return any word,no author , zebra installed and indexed ,search staff work good but opac not work, what can i do
disable hidelostitems, queryFuzzy, QueryStemming, and QueryWeightfields in admin/System preferences/ Hopes that helps. -- Henri-Damien LAURENT
I’m getting the same problem. Could someone please elaborate on answer 1. - How do I check that zebrasrv is running? - How do I check that the index has been built? - What does “see INSTALL” mean? Sorry, this is probably very basic stuff. Andrew Buxton IDS, Brighton, UK
Abdallah Abdurahman <medomedia_2006@hotmail.com> asked:
hello, when search by author return any word,no authorwhat can i do
1. check zebrasrv is running and the index has been built - see INSTALL;
2. don't send html email because fewer people will read it;
3. email the koha users list instead of koha-devel http://lists.katipo.co.nz/mailman/listinfo/koha with a full description of the problem (see http://www.chiark.greenend.org.uk/~sgtatham/bugs.html for how to describe it).
Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk | .... co IMO only: see http://mjr.towers.org.uk/email.html | .... op
Express yourself instantly with MSN Messenger! MSN Messenger This message is for the addressee only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any views or opinions expressed are solely those of the author and do not necessarily represent those of IDS. Institute of Development Studies at the University of Sussex, Brighton BN1 9RE Tel: +44 (0)1273 606261; Fax: +44 (0)1273 621202 IDS, a charitable company limited by guarantee: Registered Charity No. 306371; Registered in England 877338; VAT No. GB 350 899914
Hi Andrew, To check if zebrasrv is running, type ps -ef | grep zebra at the command prompt (assuming you are using a bash shell) and see if it is listed. To build your index, type /[PATH]/misc/migration_tools/rebuild_zebra.pl -v -b -a substituting [PATH] with the path to your Koha directory. 'See INSTALL' refers to the INSTALL file in the Koha directory. It outlines the basic steps you need to take to get Zebra/Koha up and running. If you need further help, don't hesitate to contact me. I am the librarian at Varndean School here in Brighton, where I have successfully set up Koha. Emrys ________________________________ From: koha-bounces@lists.katipo.co.nz on behalf of Andrew Buxton Sent: Wed 09/09/2009 10:26 To: koha@lists.katipo.co.nz Subject: Re: [Koha] Search not working I'm getting the same problem. Could someone please elaborate on answer 1. - How do I check that zebrasrv is running? - How do I check that the index has been built? - What does "see INSTALL" mean? Sorry, this is probably very basic stuff. Andrew Buxton IDS, Brighton, UK
Abdallah Abdurahman <medomedia_2006@hotmail.com> asked:
hello, when search by author return any word,no authorwhat can i do
1. check zebrasrv is running and the index has been built - see INSTALL;
2. don't send html email because fewer people will read it;
3. email the koha users list instead of koha-devel http://lists.katipo.co.nz/mailman/listinfo/koha with a full description of the problem (see http://www.chiark.greenend.org.uk/~sgtatham/bugs.html for how to describe it).
Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk <http://mjr.towers.org.uk/> | .... co IMO only: see http://mjr.towers.org.uk/email.html | .... op
Express yourself instantly with MSN Messenger! MSN Messenger This message is for the addressee only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any views or opinions expressed are solely those of the author and do not necessarily represent those of IDS. Institute of Development Studies at the University of Sussex, Brighton BN1 9RE Tel: +44 (0)1273 606261; Fax: +44 (0)1273 621202 IDS, a charitable company limited by guarantee: Registered Charity No. 306371; Registered in England 877338; VAT No. GB 350 899914 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Andrew Buxton asked:
I’m getting the same problem. Could someone please elaborate on answer 1.
- How do I check that zebrasrv is running?
I use "pgrep zebrasrv" but ps, top, task manager and many others might also show it.
- How do I check that the index has been built?
One way would be to look for recent changes to the zebra data files. They're probably in var/lib/zebradb near where koha is installed. Another is to connect to the server with a z39.50 client and try a search. yaz-client is one and there's probably a detailed example in the list archives.
- What does “see INSTALL” mean?
There is a file called INSTALL in the top folder of the Koha download, like in many FOSS project downloads. It contains essential reading for getting up and running, including some mention of zebrasrv. Hope that helps, -- MJ Ray, member of www.software.coop Experts in web and GNU/Linux (TTLLP # in subject emails = copy to all workers unless asked.) Turo Technology LLP, reg'd in England+Wales, number OC303457 Reg. Office: 36 Orchard Cl., Kewstoke, Somerset, GB-BS22 9XY
participants (5)
-
Abdallah Abdurahman -
Andrew Buxton -
Emrys Minnig -
LAURENT Henri-Damien -
MJ Ray