Hi, I've been following this mailinglist for some time now, but don't think this question was here recently. If it was, sorry for repeating it :-)
I'm looking into a way to determine the value of a field that caused the result to be returned. For example, we're searching through blog posts by individual "tags". This is a multiValue field. A blog post about "Solr" can have tags like "search", "web search" and "search engine". When I run the search, I want to know what tag caused the result to score big. If I searched for "search", this would be the exact matching tag "search", over the looser tag "search engine" or "web search". There may also be other criteria, causing the post to score. Can this tag value be retrieved? Or do I have to use the debug mode, and calculate the score? Isn't debug mode slow? Speed is obviously crucial. Thanks in advance Wouter Samaey