summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/Dispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Message VIP handler from SearchClusterJon Bratseth2016-10-061-2/+4
* Refactoring only: Move direct dispatch decision to SearchClusterJon Bratseth2016-10-051-4/+2
* Only use direct dispatch when the local node is respondingJon Bratseth2016-08-161-2/+5
* Don't direct dispatch if the containerCluster.size<searchCluster.sizeJon Bratseth2016-08-161-4/+4
* Direct dispatch WIPJon Bratseth2016-08-161-7/+18
* PublishJon Bratseth2016-06-151-0/+228