RE: Sort question

2011-11-25 Thread Phil Hoy
You might be able to sort by the map function q=*:*&sort=map(price,0,100, 10) asc, price asc. Phil -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 25 November 2011 13:49 To: solr-user@lucene.apache.org Subject: Re: Sort question Not that I kno

Re: Sort question

2011-11-25 Thread Erick Erickson
Not that I know of. You could conceivably do some work at index time to create a field that would sort in that order by doing some sort of mapping from these values into a field that sorts the way you want, or you might be able to do a plugin Best Erick On Wed, Nov 23, 2011 at 3:29 AM, vraa wrot