I found my mistake.
I've forget to set encoding do curl options
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json;
charset=UTF-8', 'Content-Length: '.strlen($data)));
So, thank you for attention and have a nice day :)
--
View this message in context:
http://lucene.472
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
Aug 28, 2012 2:24:43 PM o
Hi,
at the beginning I would like to sorry for my english. I hope my message
will be communicative.
I would like to ask you for help with Solr running on Tomcat 6.
I have configured Tomcat's Connector like this:
But still I have problem with unicode chars.
My application sends query string to