How score is calculated in solar in edismax algorithm?

188 Views Asked by At

How score is calculated in solar in edismax algorithm? I have idea of qf, pf, pf2, pf3 and mm. But I have no idea what is formula used to get score of query({!field f=query_s v=$q}). I am using LucidWorks, I have added the screenshot for your reference. I need to know exact formula or algorithm in which qf, pf, pf2, pf3 makes their contribution in calculating the score. Algorithm with a proper example is really helpful for me. Screenshot of details parameter

1

There are 1 best solutions below

0
Garth Grimm On

In your situation, it's the Lucidworks code that implements that stage that would have to add the "debug=all" value to its call to Solr. It would also have to transfer the response to some part of the Fusion response.

It's likely easiest to just create the Solr query that the stage would create, and run it yourself, either through the Solr Admin UI or directly to the Solr endpoint.