summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/InterleavedSearchInvoker.java
Commit message (Expand)AuthorAgeFilesLines
* 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