I have a column in Mysql and I need to do a complex sorting in Solr. Considering below column
|175#40|173#17|174#13|134#11|17#8|95#4|64#3|116#3|343#0| where 175 indicates values to be matches and 40 implies score. So if logged in user value is 175 he will give a score of 40 and if the value is 173 he should get a score of 17 and so on... I have multiple such columns whose sum in above manner is my sorting expression. How can I do in Solr ? -- View this message in context: http://lucene.472066.n3.nabble.com/Complex-Sort-tp4267155.html Sent from the Solr - User mailing list archive at Nabble.com.