By default the indexer is set to standard analyser in the Examine config file which is what ezsearch uses. You need a chinese analyser. You will need to lucene.net contrib you can get it via nuget and install then in the examine config files set the analyser to chinese then rebuild the index.
ezSearch is not searching Chinese character
Hi,
ezSearch is not searching Chinese character. Search is working with single character but not with more than single character.
not with
Please let me know any solution on that.
Arunabha,
By default the indexer is set to standard analyser in the Examine config file which is what ezsearch uses. You need a chinese analyser. You will need to lucene.net contrib you can get it via nuget and install then in the examine config files set the analyser to chinese then rebuild the index.
See this https://our.umbraco.org/projects/website-utilities/full-text-search/bugs/80462-full-text-search-doesnot-support-to-search-chinese-texts
Regards
Ismail
Hi Ismail,
I have copied the dll ( Lucene.Net.Contrib.Analyzers)and updated the ExamineSettings.config file. But still I am not able get results.
is working on a reply...