Hi, So if my facet fields (and values) are changing depending on the query/filters I have set, it sounds like it is not currently possible to paginate through a single, facet field's values using a "total pages" value?
Thanks, Matt On Fri, Feb 29, 2008 at 6:09 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > 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 >