| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

zebra configuration for regional language searching

Page history last edited by Vimal Kumar 10 years, 4 months ago

Here are the steps to tune Koha to search Indian languages precisely.
I tried these steps on Koha 3.12.x installation based on Debian packages.
I borrowed these steps from Koustubha Kale posting (http://tinyurl.com/kza7l84) in Koha Discussion forum.
I made slight changes in the instructions. Lets start tuning...

Open a terminal and apply following commands one  by one.
Install additional packages

 

Install additional packages

sudo su

apt-get install libicu-dev yaz-icu

 

Copy few files to a new location

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

 

Open following file,

leafpad /etc/koha/zebradb/etc/icu.xml

change <icu_chain locale="en"> to <icu_chain locale="en_IN.UTF-8">

 

Folder ownership

sudo chown -R library-koha:library-koha /etc/koha/zebradb/etc

gedit /etc/koha/sites/library/zebra-biblios.cfg

 

add line at the bottom of the file,


index: icu.idx

 

Restart zebra server

sudo su 

koha-restart-zebra library

Rebuild zebra index

sudo koha-rebuild-zebra -f -v library

 

 

Turn Off

Home → Administration > System Preferences > Searching > QueryFuzzy

 

Comments (0)

You don't have permission to comment on this page.