summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch/InterleavedSearchInvokerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Convert container-search to junit5Bjørn Christian Seime2022-07-281-32/+28
* Refactor: Pull tracing into its own classJon Bratseth2022-06-141-1/+1
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-0/+39
* Avoid hamcrestHenning Baldersheim2022-01-031-45/+41
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Enable top-k optimization only if balanced and non-sparseJon Bratseth2021-07-021-24/+46
* Use median not average document count to determine group coverageJon Bratseth2021-04-151-4/+5
* Revert "Revert "Disable topk optimisation on dispatch when content distributi...Henning Baldersheim2021-01-081-13/+18
* Revert "Disable topk optimisation on dispatch when content distribution is se...Henning Baldersheim2021-01-081-18/+13
* Disable topk optimisation on dispatch when content distribution is severly sk...Henning Baldersheim2021-01-071-13/+18
* Allow from 5% skew in document distribution and still get good results when a...Henning Baldersheim2020-05-281-1/+1
* Add query control of top-k-probability.Henning Baldersheim2020-04-151-0/+27
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-131-1/+1
* Since we are trimming we need to reflect that in the offsets too.Henning Baldersheim2019-09-111-0/+15
* Add minmal testing of merge and offset and auxiliary hits.Henning Baldersheim2019-09-111-0/+102
* Use sort data with java dispatcherOlli Virtanen2019-04-021-9/+9
* Report partial group connection failures through trace, not errorOlli Virtanen2019-03-221-4/+16
* Remove the packet cache. It will very soon loose its value as we are changing...Henning Baldersheim2019-03-071-8/+8
* Increased java dispatcher test coverageOlli Virtanen2019-01-031-26/+131
* Result merging moved to InterleavedSearchInvokerOlli Virtanen2018-12-031-11/+11
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-0/+180