summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright headersJon Bratseth2017-06-144-3/+4
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+3
* Update copyright headersJon Bratseth2017-06-144-3/+4
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+3
* Copyright headerJon Bratseth2017-06-134-3/+4
* Force single-pass grouping with single node groupsJon Bratseth2017-01-241-0/+6
* Revert "Use HostName for message bus, but fix HostName to work with dev machi...Eirik Nygaard2016-10-141-1/+1
* Rename getLocalhost to getHostNameHÃ¥kon Hallingstad2016-10-131-1/+1
* minor cosmetic style changesArne H Juul2016-10-121-6/+6
* cosmetic cleanupArne H Juul2016-10-121-47/+47
* initialize node stateArne H Juul2016-10-111-4/+9
* VIP status for combined clustersJon Bratseth2016-10-071-35/+82
* Message VIP handler from SearchClusterJon Bratseth2016-10-062-10/+39
* Refactoring only: Move direct dispatch decision to SearchClusterJon Bratseth2016-10-052-8/+41
* Rename new config value and correct assert messageJon Bratseth2016-08-221-1/+1
* Handle single groupJon Bratseth2016-08-181-12/+15
* Use the right fs4 port when talking to search nodesJon Bratseth2016-08-181-10/+11
* Test and complete local dispatch coverage conditionJon Bratseth2016-08-171-2/+5
* Monitor coverage status for search clustersJon Bratseth2016-08-171-6/+69
* Add min_activedocs_coverage to dispatch config + cleanupJon Bratseth2016-08-171-26/+30
* More direct dispatch testsJon Bratseth2016-08-171-1/+1
* Basic test of direct dispatchJon Bratseth2016-08-161-1/+1
* Only use direct dispatch when the local node is respondingJon Bratseth2016-08-162-7/+128
* Don't direct dispatch if the containerCluster.size<searchCluster.sizeJon Bratseth2016-08-162-4/+10
* Add direct dispatch enable query parameter and tracingJon Bratseth2016-08-161-0/+6
* Direct dispatch WIPJon Bratseth2016-08-162-7/+112
* PublishJon Bratseth2016-06-153-0/+446