solr - Is it possible to know the individual scores of the components of a query? -


i have boolean query consisting of or between 2 query components, both of of type termquery.

once result documents retrieved, final score associated, derived combination of scores returned 2 term queries part of main query.

is there way know 2 individual scores resulted in final score?

check debugquery=true parameter break of scores each individual document , fields match , contribute score.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -