Hello,
I'm doing this query to return top 10 facets within a given "context", 
specified via the fq parameter.

http://solr/core/select?fq=(...)&q=*:*&rows=0&facet.field=interesting_facet&facet.limit=10

Now, I should search for a term inside the context AND the previously 
identified top 10 facet values.

Is there a way to do this with a single query?

thank you in advance,
S

Reply via email to