On Nov 30, 2007 4:40 PM, Phillip Farber <[EMAIL PROTECTED]> wrote:
> Just getting my head around Solr queries.  I get HTTP ERROR: 400
> Missing sort order. when I issue this query:
>
> http://localhost:8983/solr/select/?q=car&sort=title

order is asc or desc
so try sort=tutle  asc or sort=title desc

-Yonik

Reply via email to