You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/04/19 16:43:51 UTC

[Solr Wiki] Update of "FAQ" by MartinKarlsson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "FAQ" page has been changed by MartinKarlsson.
http://wiki.apache.org/solr/FAQ?action=diff&rev1=76&rev2=77

--------------------------------------------------

  The most important points are:
   * The document has to be indexed as UTF-8 encoded on the solr server. For example, if you send an ISO encoded document, then the special ISO characters get a byte added (screwing up the final encoding, only reindexing with UTF-8 can fix this).
   * The client needs UTF-8 URL encoding when forwarding the search request to the solr server. 
+  * The server needs to support UTF-8 query strings. See e.g. [[http://wiki.apache.org/solr/SolrTomcat#URI_Charset_Config|Solr with Apache Tomcat]].
  
  If you just forward doing:
  {{{