Hi, Would like to check, does the new version of Solr allows this function of display the relevancy score in percentage? I understand from the older version that it is not able to, and the only way is to take the highest score and use that as 100%, and calculate other percentage from that number (For example if the max score is 10 and the next result has a score of 5, you would do (5 / 10) * 100 = 50%)
Is there a better way to do this now? I'm using Solr 5.1 Regards, Edwin