Is there a way to achieve the following -
We have a RANK field in each document, and essentially, I would like my score to be influenced by this RANK as follows -
score = (score * 0.1) + RANK
How can I achieve this with function queries or through some other mechanism
Solr Version # 7.4.0
Thanks!