Gargate, Siddharth wrote:
Hi all, I am trying to index words containing special characters like 'Räikkönen'. Using EmbeddedSolrServer indexing is working fine, but if I use CommonHttpSolrServer then it is indexing garbage values. I am using Solr 1.4 and set URLEcoding as UTF-8 in tomcat. Is this a known issue or am I doing something wrong?Thanks, Siddharth
Can you use Jetty and index 'Räikkönen' via CommonsHttpSolrServer? If problem gone, something missing in the config of Tomcat... Koji