I want to perform complex sorting expression for which I have upgraded to solr-aplha 4.0:
apache-solr-4.0.0-BETA/select?q=*:*&sort=map(sum(SCORE,11),77,77,sum(SCORE,33),sum(SCORE,44)) desc
But when I try to run this, it’s not working.
How can I do such complex queries of Solr?
I have done this using max and sub functions like: