Dear Friends
I tried to include regional language in my Koha, it was done successfully, after that I rebuild the Zebra index but the the search result is showing nothing in OPAC and Staff Client.
Please help me to fix the problem.
I used following code lines for zebra configuration for regional language searching
sudo su
apt-get install yaz-icu
cd /usr/share/idzebra-2.0/tab/
cp icu.idx phrases-icu.xml string.chr words-icu.xml /etc/koha/zebradb/etc/
cp /etc/koha/zebradb/etc/words-icu.xml /etc/koha/zebradb/etc/icu.xml
sudo chown -R koha:koha /etc/koha/zebradb/etc
gedit /etc/koha/zebradb/zebra-biblios.cfg
add line at the bottom of the file,
index: icu.idx
Restart zebra server and queue daemons
sudo /etc/init.d/koha-zebra-daemon restart
sudo /etc/init.d/koha-zebraqueue-daemon restart
Rebuild zebra index
sudo
KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/share/koha/lib
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -v
Turn Off
Home → Administration > System Preferences > Searching > QueryFuzzy
| Koha version: | 3.02.03.000 |
|---|---|
| OS version ('uname -a'): | Linux sme-desktop 2.6.32-35-generic #78-Ubuntu SMP Tue Oct 11 15:27:15 UTC 2011 i686 GNU/Linux |
| Perl interpreter: | /usr/bin/perl |
| Perl version: | 5.010001 |
| Perl @INC: |
/usr/share/koha/lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . |
| MySQL version: | mysql Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (i486) using readline 6.1 |
| Apache version: | Server version: Apache/2.2.14 (Ubuntu) |
| Zebra version: | Zebra 2.0.43 (C) 1994-2009, Index Data ApS Zebra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. SHA1 ID: abd433d1a315576cf1f4a53f2c70365f9a76477f Using ICU |