On 5/31/2010 12:01 PM, Ninad Raut wrote:
Hi,
Is it possible to restrict the values returned by Facet Fields using Filter
Queries to Group on only those documents will pass the filter query passed
in filter criteria??
I am under the assumption that fq is disjoint from facet.field function. Let
me know if my assumptions are right or wrong.
Regards,
Ninad R
Hi,
Filter queries do restrict the documents set used for faceting. In fact
you have to explicitly turn it off if you don't want it to by using
tagging/excluding (see
http://wiki.apache.org/solr/SimpleFacetParameters#LocalParams_for_faceting).
Regards,
gwk