Restrict all SolrSearch queries to a facet

Is there any easy way to automatically apply a facet to all searches through SolrSearch. I want all searches to return docs of a specific item type. Item Type is configured as a facet. How can I make it so that the Item Type facet for "Item Type N" is always applied to search results?

Thanks for any help!