Re: facets and filter query

2008-07-22 Thread Erik Hatcher
All facet counts currently returned are _within_ the set of documents constrained by query (q) and filter query (fq) parameters - just to clarify what it does. Why? That's the general use case. Returning back counts from differently constrained sets requires some custom coding - perhaps

Re: facets and filter query

2008-07-22 Thread Jon Baer
This is *exactly* my issue ... very nicely worded :-) I would have thought facet.query=*:* would have been the solution but it does not seem to work. Im interested in getting these *total* counts for UI display. - Jon On Jul 22, 2008, at 6:05 AM, Stefan Oestreicher wrote: Hi, I have a