On Fri, Feb 29, 2008 at 5:37 PM, Matt M. <[EMAIL PROTECTED]> wrote: > I'm trying to find a way to paginate through facet values. But it seems that > there is not a way to get the total number of values (numFound) under a > given facet field?
If you include zero counts, it's the same for every query, and you could get the total number of terms in a field from the luke handler. Otherwise, that info is not calculated, and would be much more expensive to calculate. -Yonik