I'm still learning how to use facets with Solr correctly.  It seems
that you get facet counts computed over all docs in your index.
For example, I tried this on a local index I've built up for testing.
This index has urls uniquely indexed, so no two docs
have the same url value.

http://localhost:8085/solr/select?q=www.example.com&facet=true&facet.field=title&facet.limit=-1&facet.mincount=1

This returns what seems like facet values for the title field over my
whole index.  What I would like is the the facet value counts
computed just over the docs returned.  Is this possible?

thanks
gene

Reply via email to