can some one share your ideas ?
On 24 February 2016 at 08:14, Anil wrote:
> Yes Yonik. i could not find numBuckets true/false in Solr reference
> documentation and Solrj facet params as well.
>
> Could you please point me to documentation ? Thank you.
>
> On 23 February 2016 at 20:53, Yonik Seel
Yes Yonik. i could not find numBuckets true/false in Solr reference
documentation and Solrj facet params as well.
Could you please point me to documentation ? Thank you.
On 23 February 2016 at 20:53, Yonik Seeley wrote:
> On Mon, Feb 22, 2016 at 2:34 AM, Anil wrote:
> > can we get numFound of
On Mon, Feb 22, 2016 at 2:34 AM, Anil 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