Re: Sort by function - 400 error

2011-04-15 Thread Yonik Seeley
On Fri, Apr 15, 2011 at 11:50 AM, Michael Owen wrote: > > Using solr 3.1. > When I do: >        sort=score desc > it works. >        sort=product(typeId,2) desc (typeId is a valid attribute in document) > it works. >        sort=product(score,typeId) desc > fails on 400 error? Also "sort=product(s

Sort by function - 400 error

2011-04-15 Thread Michael Owen
Using solr 3.1. When I do: sort=score desc it works. sort=product(typeId,2) desc (typeId is a valid attribute in document) it works. sort=product(score,typeId) desc fails on 400 error? Also "sort=product(score,2) desc" fails too. Must be something basic I'm missing? Tried a