Hello,
I am able to successfully index/search non-Engilsh data(like Hebrew, Japnese) which was encoded in UTF-8. However, When I tried to index data which was encoded in local encoding like Big5 for Japanese I could not see the desired results. The contents after indexing looked garbled for Big5 encoded document when I searched for all indexed documents. Converting a complete document in UTF-8 is not feasible. I am not very clear about how Solr support these localizations with other than UTF-8 encoding. I verified below links 1. http://lucene.apache.org/java/3_0_3/api/all/index.html 2. http://wiki.apache.org/solr/LanguageAnalysis Thanks and Regards, Prasad