Solr Search - get collection metadata

I am using the Solr Search plugin and am working on the templates for the search results.

A requirement I have is to show the collection Description if the search results are faceted by collection.

How can I access the Collection metadata? Getting the collection name from the query parameters in the URL is easy enough, so is there a way to get the collection object by name? Or is there a better way to access the collection?