Dear all:
I met a fetal error when trying to index some Chinese contents using manticore4.2 in Windows OS, it said that
"
using config file ‘./manticore.conf’…
indexing index ‘prnasia_index’…
FATAL: index ‘prnasia_index’: Error initializing ICU: Unable to initialize ICU break iterator: U_MISSING_RESOURCE_ERROR. Make sure ICU data file is accessible (using ‘/usr/share/icu’ folder)"
Confirmed that the ICU data file is in the folder: D:\manticore\share\icu\icudt65l.dat; and indexer is in D:\manticore\bin\indexer.exe.
According to the following post, seems that need to install manticore-icudata package, however, my system is Windows OS, did find how to install or specify the ICU data file folder. My Config file is attached here.
Indexer can index Chinese documents when removed " morphology = icu_chinese", but tokenization can’t be completed properly.
Can anyone please help me? Many thanks and apologize for asking such a junior question!