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.