Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "CommonQueryParameters" page has been changed by YonikSeeley: http://wiki.apache.org/solr/CommonQueryParameters?action=diff&rev1=39&rev2=40 Comment: remove FilterQueryGuidance link This parameter can be used to specify a [[SolrQuerySyntax| query]] that can be used to restrict the super set 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 from the main query. Caching means the same filter is used again for a later query (i.e. there's a cache hit). See SolrCaching to learn about the caches Solr uses. - See FilterQueryGuidance for an explanation of how filter queries may be used for increased efficiency. NOTE: