Re: Sorting on solr results

2013-12-05 Thread Erick Erickson
Isn't this just sort=Price asc, Position asc ? But I agree with Shawn, I have no clue what :&@QueryTerm=*&OnlineFlag=1&@Sort.Price=0,position=0 is all about. Possibly a front end to Solr that has its own query language? In which case you'd have to talk to whoever maintains that Best, Erick

Re: Sorting on solr results

2013-12-05 Thread Shawn Heisey
On 12/4/2013 11:59 PM, anuragwalia wrote: > I required to sort product on webshop price with position. > > e.g. If we have three product (A, B ,C) needs to sort Price asc and position > asc. > > IDPrice Position > A 10 3 > B 10 2 > C 20 5 > > Result should be sor

Sorting on solr results

2013-12-04 Thread anuragwalia
this message in context: http://lucene.472066.n3.nabble.com/Sorting-on-solr-results-tp4105060.html Sent from the Solr - User mailing list archive at Nabble.com.