summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/fastsearch/FastSearcher.java
Commit message (Expand)AuthorAgeFilesLines
* Set distribution key whe dispatching to content nodeJon Bratseth2018-07-051-5/+6
* Make consistent with search to dispatchJo Kristian Bergum2018-05-301-1/+1
* Only fdispatch handles the estimate feature properly.Henning Baldersheim2018-05-111-0/+1
* Don't add sddocname when no summary is availableJon Bratseth2018-04-241-15/+0
* 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-8/+20
* Revert "Bratseth/dispatch summaries take 4"Jon Bratseth2018-04-221-20/+8
* Don't use RPC if a position is set. Robus docsum selectionJon Bratseth2018-04-171-0/+1
* Revert "Merge pull request #5613 from vespa-engine/revert-5594-bratseth/dispa...Jon Bratseth2018-04-171-8/+19
* Revert "Bratseth/dispatch summaries take 3"Jon Bratseth2018-04-171-19/+8
* No caching support with RPCJon Bratseth2018-04-161-0/+1
* Don't use RPC if legacy emulation is usedJon Bratseth2018-04-161-2/+14
* Analyze hits after fillingJon Bratseth2018-04-161-5/+0
* Revert "Merge pull request #5583 from vespa-engine/revert-5568-revert-5541-re...Jon Bratseth2018-04-161-2/+5
* Revert "Revert "Revert "dispatch.summaries by default when possible"""Jon Bratseth2018-04-131-5/+2
* Decode docsums the old fashioned wayJon Bratseth2018-04-121-1/+1
* Revert "Revert "dispatch.summaries by default when possible""Jon Bratseth2018-04-121-1/+4
* Revert "Revert "Direct dispatch by default when group size is 1""Jon Bratseth2018-04-111-9/+2
* Revert "dispatch.summaries by default when possible"Henning Baldersheim2018-04-101-4/+1
* Revert "Direct dispatch by default when group size is 1"Henning Baldersheim2018-04-101-2/+9
* dispatch.summaries by default when possibleJon Bratseth2018-04-101-1/+4
* Direct dispatch by default when group size is 1Jon Bratseth2018-04-101-9/+2
* Remove unused parameter.Henning Baldersheim2018-03-081-1/+1
* Add some more information in identifying what caused this error.Henning Baldersheim2018-03-081-1/+1
* Nonfunctional changes onlyJon Bratseth2018-03-071-4/+2
* Use a ResultObject to avoid using Exception for value passing.Henning Baldersheim2018-02-021-1/+6
* When time is up it is up. Especially considering the loop in doPartialFill....Henning Baldersheim2018-01-311-2/+2
* wantsRPCSummarFill -> wantsRPCSummaryFillHenning Baldersheim2017-08-171-1/+1
* Return an error when ranking.queryCache is not enabled when it needs to be.Henning Baldersheim2017-08-161-29/+1
* 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
* Add some more debug information to figure out what we actually send down in f...Henning Baldersheim2017-02-151-3/+2
* Use direct dispatch for backend too.Henning Baldersheim2017-02-141-1/+1
* Force single-pass grouping with single node groupsJon Bratseth2017-01-241-20/+23
* No value in having an option that is always used.Henning Baldersheim2016-10-141-4/+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
* Message VIP handler from SearchClusterJon Bratseth2016-10-061-2/+1
* Refactoring only: Move direct dispatch decision to SearchClusterJon Bratseth2016-10-051-35/+9
* Use HostName to get the local hostJon Bratseth2016-08-301-2/+2
* Use the right fs4 port when talking to search nodesJon Bratseth2016-08-181-1/+1
* Local dispatch only if group has sufficient coverageJon Bratseth2016-08-171-5/+10
* Add min_activedocs_coverage to dispatch config + cleanupJon Bratseth2016-08-171-31/+14
* Disable direct dispatch on failover + more testsJon Bratseth2016-08-171-1/+5
* Basic test of direct dispatchJon Bratseth2016-08-161-3/+0
* Only use direct dispatch when the local node is respondingJon Bratseth2016-08-161-56/+17
* Don't direct dispatch if the containerCluster.size<searchCluster.sizeJon Bratseth2016-08-161-7/+14