On 7/26/2013 2:03 PM, Gustav wrote: > The problem here is that in my client's application, the query beign encoded > in iso-8859-1 its a *must*. So, this is kind of a trouble here. > I just dont get how this encoding could work on queries in version 3.5, but > it doesnt in 4.3.
I brought up the issue on the dev list. Allowing a user to change the default character set would cause problems for SolrCloud or distributed search, because the requests generated by the server are UTF-8. The responder did say that he can imagine all the code for a solution that involves an input encoding parameter. I filed SOLR-5082 to track it. https://issues.apache.org/jira/browse/SOLR-5082 Thanks, Shawn