I have a boolean query consisting of an OR between two query components, both of which are of type TermQuery.
Once the result documents are retrieved, a final score is associated, which is derived by a combination of the scores returned by the two term queries that are part of the main query.
Is there a way to know what were the two individual scores that resulted in the final score?