Thank you very much Hoss, thats exactly what I was looking for ! :)
On Wed, Sep 26, 2012 at 2:12 PM, Chris Hostetter
wrote:
>
> I think you are missunderstanding the purpose of 'facet.query', it doesn't
> change the base query used when faceting, it gives you a count of
> documents that match an
I think you are missunderstanding the purpose of 'facet.query', it doesn't
change the base query used when faceting, it gives you a count of
documents that match an arbitrary query.
what you are looking for is a way to "exclude" the fq used to drill down
on the facet when computing facet resul
Hi everyone,
I facet by Category field. When the user drills down, I still want to show
all the original facets before drill down. So instead of using the filter
query, I use +(Category:<...>) in syntax. Obviously this restricts the
facets returned to only that particular category. So I do somethi