: Actual requirement is to get day wise total no. of counts for multiple : terms.
the approach you described in your original mail (using multiple fqs to identify your terms, and using multiple facet.range requests on the date field with differnet exclusions) will work fine. the confusing part was simply that you didn't clarify how the "q" param in your final example related ot the different q params you had in your two originla queries. assuming you only want these counts aggregated over docs that match "q=col2:1" the facet exclusions example you posted should do exactly what you want. -Hoss