A couple of months back I down loaded Koha VM from http://sourceforge.net/projects/koha-va/files/ by Kyle
After importing MARC records I found that search is not working on Other languages, and to overcome this I need to enable some ICU option in zebra indexer. The simplest way that I thought was to drop the database and re-run the Web Installer and Import data. After re-running the web Installer (i think) the Old indexed data is already there and on my empty database it brings the old data again and again. I Tried to re-index the server but no success so far. I hope this is the right command to re-index. koha@koha:~$ export PERL5LIB=/home/koha/kohaclone/ koha@koha:~$ export KOHA_CONF=/home/koha/koha-dev/etc/koha-conf.xml koha@koha:~$ /home/koha/kohaclone/misc/migration_tools/rebuild_zebra.pl -b -r -v koha@koha:~/kohaclone$ /home/koha/kohaclone/misc/migration_tools/ rebuild_zebra.pl -a -r -v Zebra configuration information ================================ Zebra biblio directory = /home/koha/koha-dev/var/lib/zebradb/biblios Zebra authorities directory = /home/koha/koha-dev/var/lib/zebradb/authorities Koha directory = /home/koha/kohaclone BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ ==================== exporting authority ==================== Records exported: 0 ==================== REINDEXING zebra ==================== *skipping biblios* ==================== CLEANING ==================== -- Thanks & Best Regards, Waqar Azeem
_______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
