Re: Facet Counts Issue when Using Dismax Query Parser in SOLR

2010-10-01 Thread Chris Hostetter
: So I add a fq param to filter the results by the chosen facet. This : seems logical, but the number of search results I get is NOT the same as : the count against the facet. can you give us some specific examples? Ie: show us a URL, show us the requestHandler config for the handler used in

Facet Counts Issue when Using Dismax Query Parser in SOLR

2010-10-01 Thread Jason Brown
I am retrieving facet counts against a specific column in my index and these look accurate. The query for retrieving these counts is also running a dismax search using the q param (against 4 columns in my index, 1 of which I am facet counting on as mentioned above). So far, so good.