Hi,
Related to my previous question. How is it possible to retrieve keyword match statistics information for a matched document? Information like which variations of keyword has matched (as is/stemmed versions/wildcard versions) and frequency of those matches. Let’s say we searched for terms animated and image in some solr index and found a matching document. How is it possible to retrieve such information below about the matched document: Matched terms à animated : number of matches 3, animation : number of matches 2, image : number of matches 7, images : number of matches 4 Thanks, Serkan,