This link has been bookmarked by 18 people . It was first bookmarked on 30 Oct 2007, by Ken Wei.
-
25 Sep 15
-
14 May 15
-
16 Apr 15
-
06 Mar 13
-
18 Oct 12
-
18 Aug 11
-
"fq" stands for Filter Query.
This parameter can be used to specify a 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.
-
The fq param can be specified multiple times.
-
-
29 Apr 10
haraldgrovencommon search URLs in Solr
solr query reference params facets search parameters fromDelicious
-
15 Mar 10
-
04 Dec 08
-
05 Oct 08
-
list of parameters
-
-
02 Apr 08
-
This param can be specified multiple times, and the filters are additive. A single fq value of +popularity:[10 TO *] +section:0 is equivalent to two instances of fq with the values popularity:[10 TO *] and section:0. fq's are cached independently, so for best efficiency, one would want to use the former if those clauses appeared together often, and the latter if they were relatively independent.
-
-
30 Oct 07
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.