aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Enable top-k optimization only if balanced and non-sparseJon Bratseth2021-07-021-24/+46
* Separate balanced and sparseJon Bratseth2021-07-021-2/+22
* Infer groupJon Bratseth2021-07-024-35/+21
* Allow deviation of at least 1 documentHarald Musum2021-06-301-0/+18
* Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-151-1/+0
* Revert "Revert "Don't consider number of working nodes in coverage""Jon Bratseth2021-05-111-2/+16
* Revert "Don't consider number of working nodes in coverage"Jon Bratseth2021-05-101-16/+2
* Don't consider number of working nodes in coverageJon Bratseth2021-05-101-2/+16
* Use median not average document count to determine group coverageJon Bratseth2021-04-158-8/+156
* Minor group logic improvementsJon Bratseth2021-03-311-1/+1
* Add possibility to select a subset of groups and apply random selection among...Henning Baldersheim2021-01-111-22/+39
* Revert "Revert "Disable topk optimisation on dispatch when content distributi...Henning Baldersheim2021-01-082-14/+62
* Revert "Disable topk optimisation on dispatch when content distribution is se...Henning Baldersheim2021-01-082-62/+14
* Disable topk optimisation on dispatch when content distribution is severly sk...Henning Baldersheim2021-01-072-14/+62
* Shutdown and join the rpc client transport threads.Henning Baldersheim2020-09-212-2/+5
* Use existing uncompressed lengthJon Bratseth2020-07-011-2/+2
* Formatting changes only#Jon Bratseth2020-07-011-4/+4
* Add support for serializing and compressing once, instead of once per backend...Henning Baldersheim2020-06-302-3/+13
* locale-independent testkkraune2020-06-181-3/+5
* Allow from 5% skew in document distribution and still get good results when a...Henning Baldersheim2020-05-282-22/+35
* Add the expected table for documentations and assert on changes.Henning Baldersheim2020-05-281-6/+34
* Add a test to show how topk affects as hits grows.Henning Baldersheim2020-05-271-0/+39
* Specify round-robin dispatch policy explisit as default has changed to adaptive.Henning Baldersheim2020-05-201-0/+1
* The estimate is not bounded by [1, K] so it must be capped.Henning Baldersheim2020-05-191-0/+58
* Propagate relevance even if sorting is used.Henning Baldersheim2020-04-161-4/+8
* isWorking is tri-stateJon Bratseth2020-04-161-1/+0
* Merge pull request #12918 from vespa-engine/balder/top-k-probabilityHenning Baldersheim2020-04-164-0/+58
|\
| * Add copyright too.Henning Baldersheim2020-04-151-0/+1
| * Add query control of top-k-probability.Henning Baldersheim2020-04-153-0/+38
| * Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-152-12/+19
| * Introduce top-k-probability and use it to fetch correct proper amount of hits...Henning Baldersheim2020-04-151-0/+12
* | Don't avoid group blocking feed when groups = 1Jon Bratseth2020-04-151-4/+16
* | Avoid a single group rejecting feedJon Bratseth2020-04-153-10/+47
|/
* Revert "Revert "Revert "Revert "Don't take combined clusters of size 1 down""""Jon Bratseth2020-03-261-1/+15
* Revert "Revert "Revert "Don't take combined clusters of size 1 down"""Jon Bratseth2020-03-261-15/+1
* Revert "Revert "Don't take combined clusters of size 1 down""Jon Bratseth2020-03-251-1/+15
* Revert "Don't take combined clusters of size 1 down"Harald Musum2020-03-251-15/+1
* Don't take combined clusters of size 1 downJon Bratseth2020-03-251-1/+15
* Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ...Henning Baldersheim2020-02-193-6/+5
* Revert "Revert "Revert "Create a resourcepool so that we do not need to recon...Harald Musum2020-02-193-5/+6
* Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-143-6/+5
* Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-143-5/+6
* Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-133-6/+5
* Decouple so ClusterMonitor is on the outside of the searchcluster and can be ...Henning Baldersheim2020-02-042-17/+13
* Move pingfactory to constructor.Henning Baldersheim2020-02-044-11/+12
* Do not start cluster monitor thread in test as it will race with explicit pin...Henning Baldersheim2020-02-042-5/+2
* Add another ping round to avoid racing with the builtin ping thread that oper...Henning Baldersheim2020-02-031-1/+1
* Wait until Pong has returned before saying you are done.Henning Baldersheim2020-02-031-1/+1
* Provide pongHandler in constructor to avoid needing an AtomicReference.Henning Baldersheim2020-02-032-6/+9
* Use sequence numbers and check on Pong reception instead.Henning Baldersheim2020-02-031-0/+15