am working on solr for search. I required to perform a expression sort such that
ORDER BY (IF(COUNTRY=1,100,0) + IF(AVAILABLE=2,1000,IF(AVAILABLE=1,60,0)) + IF (DELIVERYIN IN (5,6,7),100,IF (DELIVERYIN IN (80,90),50,0))) DESC can anyone tell me hows is this possible? -- View this message in context: http://lucene.472066.n3.nabble.com/Expression-Sort-in-Solr-tp3997369.html Sent from the Solr - User mailing list archive at Nabble.com.