Common Query Parameters | Apache Solr Reference Guide 6.6
https://solr.apache.org/guide/6_6/common-query-parameters.html
Jun 09, 2017 · The fq parameter defines a query that can be used to restrict the superset of documents that can be returned, without influencing score. It can be very useful for speeding up complex queries, since the queries specified with fq are cached independently of the main query. When a later query uses the same filter, there’s a cache hit, and filter results are returned …
DA: 78 PA: 72 MOZ Rank: 46