This may be obvious but I can't get my head straight. Is there a way to return a list of matching words that a record got matched against? For instance:
record_a: ruby, solr, mysql, rails record_b: solr, java Then ?q=solr+OR+rails would return the matched words for the records record_a: solr, rails record_b: solr I'm not looking into using the highlight feature for that. Thanks, -- Thiago Jackiw