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 <allanv...@gmail.com> wrote: > Hi > > I have a query where i sort by a column "price". This field can contain the > following values > > 100000 > 75000 > 150000 > 1 > 225000 > 50 > 40 > > I want to sort these values so that always between 0 and 100 always comes > last. > > Eg sorting by price asc should look like this: > 75000 > 100000 > 150000 > 225000 > 1 > 40 > 50 > > Is this possible? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Sort-question-tp3530070p3530070.html > Sent from the Solr - User mailing list archive at Nabble.com. >