summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/InterleavedSearchInvoker.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove feature flag 'merge-grouping-result-in-search-invoker'Bjørn Christian Seime2022-03-301-5/+2
* Add FlatteningSearcherJon Bratseth2022-03-071-31/+0
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-3/+14
* Log number of working/nodes and nodes.Henning Baldersheim2021-11-051-1/+0
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Enable top-k optimization only if balanced and non-sparseJon Bratseth2021-07-021-4/+8
* Non-functional changes onlyJon Bratseth2021-04-121-11/+1
* only do debug logging in very specific casesArne Juul2021-03-261-16/+34
* add more debug logging about hit mergingArne Juul2021-03-251-5/+33
* Revert "Revert "Disable topk optimisation on dispatch when content distributi...Henning Baldersheim2021-01-081-5/+10
* Revert "Disable topk optimisation on dispatch when content distribution is se...Henning Baldersheim2021-01-081-10/+5
* Disable topk optimisation on dispatch when content distribution is severly sk...Henning Baldersheim2021-01-071-5/+10
* Add support for serializing and compressing once, instead of once per backend...Henning Baldersheim2020-06-301-2/+4
* Add query control of top-k-probability.Henning Baldersheim2020-04-151-1/+9
* Introduce top-k-probability and use it to fetch correct proper amount of hits...Henning Baldersheim2020-04-151-1/+1
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-081-0/+1
* Revert "Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK"""Henning Baldersheim2019-09-161-49/+25
* Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK""Henning Baldersheim2019-09-161-25/+49
* Revert "Revert "Use a LeanHit until merging is done." MERGEOK"Henning Baldersheim2019-09-161-49/+25
* Revert "Use a LeanHit until merging is done."Henning Baldersheim2019-09-161-25/+49
* Use a LeanHit until merging is done.Henning Baldersheim2019-09-161-49/+25
* Since we are trimming we need to reflect that in the offsets too.Henning Baldersheim2019-09-111-0/+1
* Check for auxiliary hits in first chunk explicitHenning Baldersheim2019-09-111-1/+10
* Add minmal testing of merge and offset and auxiliary hits.Henning Baldersheim2019-09-111-4/+14
* Also consider auxiliary hits.Henning Baldersheim2019-09-101-6/+24
* HitGroup.sort and hit.compareTo must ensure same ordering...Henning Baldersheim2019-09-101-21/+19
* Revert "Revert "Append all, the sort all, then trim tail is too expensive.""Henning Baldersheim2019-09-101-14/+33
* Revert "Append all, the sort all, then trim tail is too expensive."Henning Baldersheim2019-09-101-33/+14
* Append all, the sort all, then trim tail is too expensive.Henning Baldersheim2019-09-081-14/+33
* Trim hits more eagerlyOlli Virtanen2019-06-111-1/+1
* Use sort data with java dispatcherOlli Virtanen2019-04-021-12/+4
* Change trace level of network errorsOlli Virtanen2019-03-221-2/+2
* Report partial group connection failures through trace, not errorOlli Virtanen2019-03-221-4/+27
* Remove the packet cache. It will very soon loose its value as we are changing...Henning Baldersheim2019-03-071-3/+2
* Fix search invoker resource leakOlli Virtanen2019-02-121-1/+6
* Minor typo fixOlli Virtanen2019-01-161-1/+1
* Use the correct error type for timeouts, and only create one errorOlli Virtanen2019-01-161-9/+6
* Additional data for adaptive timeoutsOlli Virtanen2018-12-191-15/+14
* Adaptive load balancing scheduler, coverage calculation fixesOlli Virtanen2018-12-191-3/+11
* Result merging moved to InterleavedSearchInvokerOlli Virtanen2018-12-031-28/+102
* Fixes to adaptive timeout handlingOlli Virtanen2018-11-291-1/+1
* Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-7/+138
* Avoid Query.clone which changes the sessionId (and the cache key)Olli Virtanen2018-11-061-5/+7
* CloseableChannel split to search and fill inokersOlli Virtanen2018-10-011-0/+62