Just found out that this was not an SolrCloud issue but an issue with the
Tomcat configuration basically the URIEncoding was missing added it and it
fixed the problem.

    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443" 
               URIEncoding="UTF-8"/>





--
View this message in context: 
http://lucene.472066.n3.nabble.com/SolrCloud-issue-accents-are-not-getting-removed-tp4001891p4001902.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to