Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by MichaelLudwig: http://wiki.apache.org/solr/CommonQueryParameters The comment on the change is: added two intra-wiki links ------------------------------------------------------------------------------ "fq" stands for Filter Query. - 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. This assumes the same Filter is used again for a latter query (i.e. there's a cache hit) + 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:
