After enabling the ICU option manually, it's not working for my huge data until I deleted the most of the biblio records.
Then only difference was, I modified <icu_chain locale="en"> to blank <icu_chain locale=""> instead of <icu_chain locale="en_IN.UTF-8">. As I am not sure what to do with locale for other languages
So,
1 - I am getting these warining? Although I have already renamed my
default.idx located at /home/koha/koha-dev/etc/zebradb/etc (i hope this is the right location)
====================
REINDEXING zebra
====================
12:22:45-10/01 zebraidx(2057) [warn] Unknown register type: 0
12:22:45-10/01 zebraidx(2057) [warn] Unknown register type: n
12:22:45-10/01 zebraidx(2057) [warn] Unknown register type: y
12:22:45-10/01 zebraidx(2057) [warn] Unknown register type: d
2 - Right after that I have this warning
[warn] previous transaction didn't reach commit
3 - I deleted the records upto just 9000. Now zebra started to index other languages. Why it is working only on this small set of data? Do i need to define any escape sequence somewhere for some special characters.