solr5 - where does solr5 look for schema files?

2015-03-01 Thread Gulliver Smith
I am running the out-of-the-box solr5 as instructed in the tutorial. The solr documentation has no useful documentation about the shema file argument to create core. I have a schema.xml that I was using for a solr 4 installation by manually editing the core directories as root. When playing with

Re: Character encoding problems

2014-07-30 Thread Gulliver Smith
Thanks for all the replies - I should have made clear that the first thing I did was confirm that everything on the PHP side is UTF-8. The web pages, the input text, the input files etc. The browser confirms that the encoding is UTF-8 for all of the web pages, the response headers as inspected by t

Re: Character encoding problems

2014-07-29 Thread Gulliver Smith
Hi, > > If you use solr 4.8.1, you don't have to add URIEncoding="UTF-8" in the > tomcat conf file anymore : > https://wiki.apache.org/solr/SolrTomcat > > > Regards, > > Aurélien MAZOYER > > > On 29.07.2014 14:22, Gulliver Smith wrote: >> >&g

Character encoding problems

2014-07-29 Thread Gulliver Smith
I have solr 4.8.1 under Tomcat 7 on Debian Linux. The connector in Tomcat's server.xml has been changed to include character encoding UTF-8: I am posting to the server from PHP 5.5 curl. The extract POST was intercepted and confirmed that everything is being encode in UTF-8. However, the resp