Advanced Filter Caching in Solr
Advanced Filter Caching is a relatively new feature in Solr, available in version 3.4 and above. It allows precise control over how Solr handles filter queries in order to maximize performance, including the ability to specify if a filter is cached, the order filters are evaluated, and post filtering.
Filter Queries in Solr
Adding a filter expressed as a query to a Solr request is a snap… simply add an additional fq parameter for each …