Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/FAQ ------------------------------------------------------------------------------ (In Jetty, the relevant setting is "maxIdleTime" which is in milliseconds) + == Why don't International Characters Work? == + + Solr supports characters expressable as UTF-8 Strings, and there are no known bugs with Solr's character handling, but there have been some reported isues with the way differnet application servers (and different versions of the same application server) treat incoming and outgoing multibyte characters. In particular, people have reported better success with Tomcat then with Jetty. + + If you notice a problem with multibyte characters, the first step to ensuring that it is not a true Solr bug would be to write a Unit test that bypasses the applicaiton server directly using the [http://incubator.apache.org/solr/docs/api/org/apache/solr/util/AbstractSolrTestCase.html AbstractSolrTestCase]. + = Developing = == Where can I find the latest and Greatest Code? ==
