Heliosearch / heliosearch

The next generation of open source search
http://heliosearch.org
90 stars 19 forks source link

don't process sub-facets when count==0 #34

Open yonik opened 9 years ago

yonik commented 9 years ago

Only processing sub facets when the bucket count > 0 can significantly trim response size for deeply nested facets.

yonik commented 9 years ago

We should probably add a "processEmpty" boolean to control if empty buckets should have sub-facets processed. I was going to call it processZeros , but of course the plural of Zero can either be Zeroes or Zeros ;-)