Ive gone from a complex multicore setup back to a single solrconfig setup and using a doctype field (since the index is pretty small), however there are a few spots where items are laid out in tabs and each tab has a count of docs associated, ie:

News (123) | Images (345) | Video (678) | Blogs (901)

Unfortunately the tab controlling is server side and Im trying to grab a facet count on doctype w/ a filter query and can't seem to do it w/o having to send the small facet query (for the counts on all items) and the filter query itself. Is there any way to do this in a single request w/ any params Im missing? (Using SolrJ if that helps).

Thanks.

- Jon

Reply via email to