On Mon, Feb 22, 2016 at 2:34 AM, Anil <anilk...@gmail.com> wrote: > can we get numFound of the number of face results for a query like in main > results ?
Do you mean the number of facet buckets? You can add "numBuckets":true to a JSON facet request to get this info. http://yonik.com/json-facet-api/ -Yonik