summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Also log target-active docs.Henning Baldersheim2022-09-131-0/+2
* soonActive => targetActiveHenning Baldersheim2022-09-096-13/+23
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-092-4/+4
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-012-1/+6
* Add back newlines in comment.Henning Baldersheim2022-08-251-0/+2
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-252-6/+4
* Use a continous function to avoid capping.Henning Baldersheim2022-08-231-4/+2
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-232-15/+17
* Cap sampleWeight at 50%Henning Baldersheim2022-08-221-1/+1
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-224-27/+119
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-223-17/+20
* Use an enhanced switch to ensure all branches are covered.Henning Baldersheim2022-08-221-11/+6
* Test best-of-random-2Henning Baldersheim2022-08-211-1/+1
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-192-8/+70
* Revert "Do not claim that you have asked nodes that were in a known failed st...Henning Baldersheim2022-07-081-0/+3
* Do not claim that you have asked nodes that were in a known failed state.Henning Baldersheim2022-07-081-3/+0
* Only log when entering or leaving the balanced state.Henning Baldersheim2022-06-301-1/+1
* Improve error message on early timeoutBjørn Christian Seime2022-06-162-2/+2
* Fail-fast if already timed out before RPC invokeBjørn Christian Seime2022-06-164-8/+39
* Improve timeout logic for docsum/search invokersBjørn Christian Seime2022-06-164-18/+46
* Move explainLevel into query.traceJon Bratseth2022-06-141-2/+2
* Refactor: Pull tracing into its own classJon Bratseth2022-06-141-3/+3
* use IllegalInputExceptionArne H Juul2022-06-081-1/+2
* allow empty stringArne H Juul2022-06-081-2/+6
* allow null pointer for summary classArne H Juul2022-06-081-1/+1
* just fail when unknown summary class is requestedArne H Juul2022-06-081-3/+1
* Update flag lifetime, and GC some now defunct flags.Henning Baldersheim2022-06-011-1/+1
* No functional changesJon Bratseth2022-05-181-2/+2
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-062-2/+2
* Revert "Merge pull request #22439 from vespa-engine/revert-22429-bratseth/sch...Jon Bratseth2022-05-051-1/+1
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-1/+1
* Revert "Merge pull request #22428 from vespa-engine/revert-22426-bratseth/sch...Jon Bratseth2022-05-031-1/+1
* Revert "Use schema-info"Jon Bratseth2022-05-031-1/+1
* Use schemsa-infoJon Bratseth2022-05-031-1/+1
* Add serialization testJon Bratseth2022-04-081-1/+1
* Remove feature flag 'merge-grouping-result-in-search-invoker'Bjørn Christian Seime2022-03-301-5/+2
* Undeprecate string features and be explicitJon Bratseth2022-03-292-3/+3
* Merge pull request #21634 from vespa-engine/bjorncs/fix-grouping-result-mergingHenning Baldersheim2022-03-181-6/+15
|\
| * Fix grouping result mergingBjørn Christian Seime2022-03-101-6/+15
* | Merge branch 'master' into bratseth/balancedJon Bratseth2022-03-154-137/+66
|\|
| * Merge pull request #21611 from vespa-engine/bratseth/dispatchHenning Baldersheim2022-03-093-107/+68
| |\
| | * CleanupJon Bratseth2022-03-091-5/+3
| | * SimplifyJon Bratseth2022-03-092-24/+12
| | * SimplifyJon Bratseth2022-03-091-7/+5
| | * SimplifyJon Bratseth2022-03-091-27/+19
| | * Don't assume equal-sized groupsJon Bratseth2022-03-091-7/+2
| | * CleanupJon Bratseth2022-03-091-7/+1
| | * CleanupJon Bratseth2022-03-091-25/+25
| | * CleanupJon Bratseth2022-03-091-6/+2
| * | Add FlatteningSearcherJon Bratseth2022-03-071-31/+0
| |/