Re: Count of distinct values in faceting.

2015-08-11 Thread Modassar Ather
Please read docVlaues as docValues in my mail above. Regards, Modassar On Tue, Aug 11, 2015 at 4:01 PM, Modassar Ather wrote: > Hi, > > Count of distinct values can be retrieved by following ways. Please note > that the Solr version is 5.2.1. > 1. Using cardinality=true. > 2. Using hll() facet

Count of distinct values in faceting.

2015-08-11 Thread Modassar Ather
Hi, Count of distinct values can be retrieved by following ways. Please note that the Solr version is 5.2.1. 1. Using cardinality=true. 2. Using hll() facet function. Kindly help me understand: 1. How accurate are them comparatively and better performance wise with millions of documents? 2. Per