Hi, If i through a query at the solr index , is there a mechanism where i can find out which fields matced the query... (score of that match).
Example: for Fields A,B and C, if query q has term1 term2 term3 Field A matches term1 term 2 Field C matches term3 can i get component scores of the whole match as MatchA MatchB (0.0 perhaps) MatchC I will be using these scores from a custom plugin, What classes I need to use for such scores? -umar