question regarding sorting

2007-05-23 Thread James O'Rourke
I am having strange behaviour experimenting with the example solr server. Via the tutorial - except I set up my own schema. Anyway, here's the issue - if I provide the explicit sort param in my request, the sort does not seem to execute, however if I have the encoded sort via using ; field

Re: question regarding sorting

2007-05-23 Thread Nick Jenkin
Hi James I think this feature is in 1.2, which is not released yet (in CVS/nightly) From http://wiki.apache.org/solr/StandardRequestHandler Note, in solr1.1 the query and sort parameter were combined as a single parameter separated with a ';' (q=name:solr; date desc). Since solr1.2, it is