I just dump (PHP) json response and show in web browser.
Please note that for the same request I have some results on Jetty but no
results on Tomcat.
That's why I think this is probably problem with Tomcat configuration.
When I search for something in catalina.out I get
<code>
Aug 28, 2012 2:24:43 PM org.apache.solr.core.SolrCore execute
INFO: [ANSWERS] webapp=/solr path=/select
params={debugQuery=on&q=title:"różnica"~20^100+OR+contents:"różnica"~20&timeAllowed=3000&f1=score,title,contents&wt=json&rows=2000}
hits=0 status=0 QTime=39
</code>
but when I start Jetty, I get:
<code>
Aug 28, 2012 2:26:41 PM org.apache.solr.core.SolrCore execute
INFO: [ANSWERS] webapp=/solr path=/select
params={debugQuery=on&q=title:"różnica"~20^100+OR+contents:"różnica"~20&timeAllowed=3000&f1=score,title,contents&wt=json&rows=2000}
hits=10 status=0 QTime=35
</code>
in jetty logs.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-and-Tomcat-problem-with-unicode-characters-tp4003692p4003697.html
Sent from the Solr - User mailing list archive at Nabble.com.