Re: Order by an expression in Solr

2013-07-20 Thread William Bell
http://wiki.apache.org/solr/**CommonQueryParameters#sort<http://wiki.apache.org/solr/CommonQueryParameters#sort> > > -- Jack Krupansky > > -----Original Message----- From: cmd.ares > Sent: Saturday, July 20, 2013 2:51 AM > To: solr-user@lucene.apache.org > Subject: Order by an

Re: Order by an expression in Solr

2013-07-20 Thread Jack Krupansky
ng SQL! That said, generally, SQL "order by" refers to sorting, and Solr does have a "sort" parameter: http://wiki.apache.org/solr/CommonQueryParameters#sort -- Jack Krupansky -Original Message- From: cmd.ares Sent: Saturday, July 20, 2013 2:51 AM To: solr-user@luce

Order by an expression in Solr

2013-07-19 Thread cmd.ares
WHEN COL4 LIKE '${PARAM4}%' THEN 4 END ) AND HOW TO DO THAT IN SOLR? THANKS! -- View this message in context: http://lucene.472066.n3.nabble.com/Order-by-an-expression-in-Solr-tp4079270.html Sent from the Solr - User mailing list archive at Nabble.com.