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 maybe getTopChildren with Integer.MAX_VALUE
and then manually filter for count.

Best Regards,
C.

Reply via email to