tokee / lucene-solr

High cardinality faceting (SOLR-5894)
http://tokee.github.io/lucene-solr/
7 stars 1 forks source link

Scale sample based counters if finecount is not requested #41

Open tokee opened 9 years ago

tokee commented 9 years ago

Although issue #38 guarantees correct counts for the heuristically determined terms, it is possible to turn off this feature. Doing so should scale up the counts, based on the fraction of the result set size used for sampling. This would in effect implement issue #37.