Re: Using different queries for q and facet.query parameters

2012-09-26 Thread Kiran Jayakumar
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

Re: Using different queries for q and facet.query parameters

2012-09-26 Thread Chris Hostetter
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

Using different queries for q and facet.query parameters

2012-09-26 Thread Kiran Jayakumar
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