DismaxRequestHandler reports sort by score as invalid

2007-06-21 Thread gerard sychay
Hello all, This is a minor issue and does not affect Solr operation, but I could not find it in the issue tracking. To reproduce: - I set up a Solr server with the example docs indexed by following the Solr tutorial. - I clicked on the following example search under the "Sorting" section:

Re: Log levels setting

2007-06-29 Thread gerard sychay
You can use CURL (or whatever you use for HTTP requests) to hit the URL's that you click on in the Solr Admin. So, for example, to turn logging off, you can hit the following URL using CURL. http://www.example.com:8983/solr/admin/action.jsp?log=OFF As for your second question, I actually have