summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/Dispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-021-28/+26
* Hitcount estimate support for java dispatcherOlli Virtanen2018-10-291-8/+13
* Take group temporarily out of rotation on connection errorOlli Virtanen2018-10-241-0/+1
* Pull more configuration parameters from config model to internal dispatcher c...Olli Virtanen2018-10-241-2/+3
* Test connection to content node before committing to using itOlli Virtanen2018-10-221-13/+32
* Direct dispatch bypasses load balancingOlli Virtanen2018-10-161-0/+8
* model.searchPath support for java dispatcherOlli Virtanen2018-10-101-2/+25
* CloseableChannel split to search and fill inokersOlli Virtanen2018-10-011-252/+42
* Multiple node java dispatch supportOlli Virtanen2018-09-241-14/+25
* FS4 interfacing code moved to FS4CloseableChannel from FastSearcherOlli Virtanen2018-09-141-7/+13
* DistributionKey moved from Backend to CloseableChannelOlli Virtanen2018-09-101-1/+2
* Added copyrights and javadocs. Logic and naming in LB cleaned upOlli Virtanen2018-09-061-1/+1
* Java dispatch support for multiple groups of single nodesOlli Virtanen2018-09-061-7/+4
* Replace chooseBackend(..) with getChannel(..) to abstract the protocol layerOlli Virtanen2018-08-311-2/+3
* Create code path for extending java side dispatcherOlli Virtanen2018-08-301-0/+23
* Test that distribution key is carried from direct search to rpc summaryJon Bratseth2018-08-091-3/+3
* Set distribution key whe dispatching to content nodeJon Bratseth2018-07-051-2/+1
* Don't add sddocname when no summary is availableJon Bratseth2018-04-241-0/+1
* More epistemic uncertaintyJon Bratseth2018-04-231-1/+1
* Tolerate non-existing summary classesJon Bratseth2018-04-231-2/+2
* Set each hit as filledJon Bratseth2018-04-231-1/+1
* Revert "Merge pull request #5663 from vespa-engine/revert-5628-bratseth/dispa...Jon Bratseth2018-04-231-36/+24
* Revert "Bratseth/dispatch summaries take 4"Jon Bratseth2018-04-221-24/+36
* Don't use RPC if a position is set. Robus docsum selectionJon Bratseth2018-04-171-2/+1
* Revert "Merge pull request #5613 from vespa-engine/revert-5594-bratseth/dispa...Jon Bratseth2018-04-171-35/+24
* Revert "Bratseth/dispatch summaries take 3"Jon Bratseth2018-04-171-24/+35
* Add tracing of summary fetchJon Bratseth2018-04-161-0/+3
* Note that hits are filledJon Bratseth2018-04-161-0/+1
* Analyze hits after fillingJon Bratseth2018-04-161-0/+1
* Hits are unsorted after adding a summaryJon Bratseth2018-04-161-1/+1
* Revert "Merge pull request #5583 from vespa-engine/revert-5568-revert-5541-re...Jon Bratseth2018-04-161-34/+18
* Revert "Revert "Revert "dispatch.summaries by default when possible"""Jon Bratseth2018-04-131-18/+34
* Decode docsums the old fashioned wayJon Bratseth2018-04-121-33/+13
* Revert "Revert "dispatch.summaries by default when possible""Jon Bratseth2018-04-121-1/+5
* Revert "dispatch.summaries by default when possible"Henning Baldersheim2018-04-101-5/+1
* dispatch.summaries by default when possibleJon Bratseth2018-04-101-1/+5
* Detect empty docsums and count them.Henning Baldersheim2018-03-081-9/+20
* Nonfunctional changes onlyJon Bratseth2018-03-071-1/+1
* remove unused codeHenning Baldersheim2018-02-021-6/+0
* Avoid import by *.Henning Baldersheim2018-02-021-18/+29
* Propagate timeout errors up in fill phase.Henning Baldersheim2018-02-011-4/+22
* We need the document type too.Henning Baldersheim2017-09-081-2/+6
* Compensate for loadfactor, and use correct fieldcount at the right place, ins...Henning Baldersheim2017-08-301-7/+3
* Presize the hashmaps where possible to reduce resizing.Henning Baldersheim2017-08-301-2/+7
* remove unused codeHenning Baldersheim2017-08-281-1/+0
* Use your own rankprofile, and avoid breaking public API.Henning Baldersheim2017-08-171-3/+3
* Add rankprofile to the base sessionId.Henning Baldersheim2017-08-161-3/+5
* Also propagate rank profile.Henning Baldersheim2017-08-161-2/+5
* Send the sessionId down if present.Henning Baldersheim2017-08-151-3/+8
* Avoid the implicit sorting that deepIterator does as a sideeffect.Henning Baldersheim2017-06-221-2/+2