Hi, If you are using Apache Tomcat Server, hope you are not missing the below mentioned configuration:
<Connector port=”port Number″ protocol=”HTTP/1.1″ connectionTimeout=”20000″ redirectPort=”8443″ *URIEncoding=”UTF-8″*/> I had faced similar issue with Chinese Characters and had resolved with the above config. Links for reference : http://zensarteam.wordpress.com/2011/11/25/6-steps-to-configure-solr-on-apache-tomcat-7-0-20/ http://blog.sidu.in/2007/05/tomcat-and-utf-8-encoded-uri-parameters.html#.Um_3P3Cw2X8 Thanks On Tue, Oct 29, 2013 at 9:20 PM, Chris <christu...@gmail.com> wrote: > Hi All, > > I get characters like - > > ������������������ - CTA������������ - > > in the solr index. I am adding Java beans to solr by the addBean() > function. > > This seems to be a character encoding issue. Any pointers on how to > resolve this one? > > I have seen that this occurs mostly for japanese chinese characters. >