demonstration configuration in SVN]. == I POSTed some documents, why don they show up when I search?
http://issues.apache.org/jira/browse/SOLR-96 SOLR-96]). 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]. + 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://lucene.apache.org/solr/api/org/apache/solr/util/AbstractSolrTestCase.