aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/TopKEstimator.java
Commit message (Expand)AuthorAgeFilesLines
* Allow from 5% skew in document distribution and still get good results when a...Henning Baldersheim2020-05-281-1/+8
* The estimate is not bounded by [1, K] so it must be capped.Henning Baldersheim2020-05-191-2/+2
* Add copyright too.Henning Baldersheim2020-04-151-0/+1
* Add query control of top-k-probability.Henning Baldersheim2020-04-151-6/+17
* Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-151-0/+30