it's possible to get an individual facet, not modified by one of the query elements?

2011-04-27 Thread enbrol
Hi everyone, I'm programming a filter system for a listing. Each filter operates on an object that generates the query to solr at the end of execution. After executing the query, it is returned to each filter to display (or not) the results of the facets. Some of these filters are multiple selectio

Re: it's possible to get an individual facet, not modified by one of the query elements?

2011-04-27 Thread enbrol
Thank you very much, that's exactly what i want to do. But now i've a new problem. In the server, we've got installed Solr 1.4.1, so we can't use a tag in the main query. Is there any way to use the fq, but not caching it?. The server will be upgraded in july/august, so this is just a temporary sol