Re: FacetResult getTopChildren

2016-09-20 Thread Michael McCandless
on, Sep 19, 2016 at 11:00 PM, Cam Bazz wrote: > Hello, > > FacetResult getTopChildren returns the top N facets, however I need to > return facets where count is above a certain threshold, for example return > all facets that had counts > 10. > > Is there a way to accomplis

FacetResult getTopChildren

2016-09-19 Thread Cam Bazz
Hello, FacetResult getTopChildren returns the top N facets, however I need to return facets where count is above a certain threshold, for example return all facets that had counts > 10. Is there a way to accomplish this? I have been looking over the API docs and could not find it. I could ma