aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove exclude.Henning Baldersheim2020-04-151-4/+0
|
* Needed here anyway.Henning Baldersheim2020-04-151-0/+1
|
* Add export pacaked on org.apache.commons.math3.distributionHenning Baldersheim2020-04-151-0/+5
|
* common -> commonsHenning Baldersheim2020-04-151-1/+1
|
* Add copyright too.Henning Baldersheim2020-04-152-0/+2
|
* Hide in container-dev what you use in container-search.Henning Baldersheim2020-04-152-1/+4
|
* Use camelcaseHenning Baldersheim2020-04-151-1/+1
|
* Add query control of top-k-probability.Henning Baldersheim2020-04-158-9/+74
|
* Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-155-41/+58
|
* Say that we are using commons.math.Henning Baldersheim2020-04-151-0/+1
|
* Introduce top-k-probability and use it to fetch correct proper amount of ↵Henning Baldersheim2020-04-1518-5/+137
| | | | hits from each partition
* Merge pull request #12915 from vespa-engine/bjorncs/upgrade-jackson-databindBjørn Christian Seime2020-04-151-1/+1
|\ | | | | Upgrade jackson-databind to 2.8.11.6
| * Upgrade jackson-databind to 2.8.11.6Bjørn Christian Seime2020-04-151-1/+1
|/
* Merge pull request #12902 from vespa-engine/bratseth/faster-qp-compilingJon Bratseth2020-04-159-105/+61
|\ | | | | Bratseth/faster qp compiling
| * Nonfunctional changes onlyJon Bratseth2020-04-143-3/+3
| |
| * Shortcut corner casesJon Bratseth2020-04-143-36/+16
| |
| * Create context map lazilyJon Bratseth2020-04-142-20/+22
| |
| * Skip redundant variantsJon Bratseth2020-04-141-4/+6
| |
| * Compute string on the flyJon Bratseth2020-04-142-44/+16
| |
* | Merge pull request #12914 from ↵Henning Baldersheim2020-04-141-2/+7
|\ \ | | | | | | | | | | | | vespa-engine/toregge/disable-some-unit-tests-on-darwin Disable some unit tests on Darwin.
| * | Disable some unit tests on Darwin.Tor Egge2020-04-141-2/+7
| | |
* | | Merge pull request #12913 from ↵Henning Baldersheim2020-04-142-4/+10
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/toregge/adjust-sigbus-handler-test-for-darwin Adjust sigbus handler test for Darwin.
| * | Adjust sigbus handler test for Darwin.Tor Egge2020-04-142-4/+10
| | |
* | | Merge pull request #12906 from ↵Henning Baldersheim2020-04-141-1/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/relax-check-of-value-set-by-getsockopt Relax check of socket option set by getsockopt.
| * | | Relax check of socket option set by getsockopt.Tor Egge2020-04-141-1/+1
| | | |
* | | | Merge pull request #12912 from ↵Henning Baldersheim2020-04-141-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-12909-revert-12905-aressem/dont-install-test-lib Revert "Revert "Try to not install the conformancetest library.""
| * | | | Revert "Revert "Try to not install the conformancetest library.""Henning Baldersheim2020-04-141-1/+0
| | |/ / | |/| |
* | | | Merge pull request #12911 from ↵Henning Baldersheim2020-04-143-0/+39
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/sanitize-docid-before-reaching-backend Ensure that documentid is legal.
| * | | | Ensure that documentid is legal.Henning Baldersheim2020-04-143-0/+39
| |/ / /
* | | | Merge pull request #12908 from vespa-engine/hmusum/remove-dead-code-6Jon Bratseth2020-04-143-60/+11
|\ \ \ \ | | | | | | | | | | Remove dead code
| * | | | Fix testHarald Musum2020-04-141-1/+1
| | | | |
| * | | | Update ABI specHarald Musum2020-04-141-4/+0
| | | | |
| * | | | Remove dead codeHarald Musum2020-04-141-55/+10
| | | | |
* | | | | Merge pull request #12910 from ↵Jon Bratseth2020-04-145-16/+49
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/bjorncs/query-predicate-field-validation Bjorncs/query predicate field validation
| * | | | Expect predicate commandJon Bratseth2020-04-141-0/+2
| | | | |
| * | | | Verify that predicate fields are not used with non-predicate operatorsBjørn Christian Seime2020-04-142-16/+38
| | | | |
| * | | | Add 'predicate' as index command to all predicate fieldsBjørn Christian Seime2020-04-142-0/+9
| | | | |
* | | | | Merge pull request #12891 from ↵Harald Musum2020-04-148-59/+55
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/do-not-send-hint-about-files-to-distribute-when-on-hosted Do not send hint about files to download when on hosted
| * | | | | Do not request download of files for tenant hosts when on hostedHarald Musum2020-04-147-15/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The request for download of files for tenant hosts will work, but the download itself will not, since the application will need to be activated before rpc request for a new file is authorized (authorizer only knows about files for an active application and this happens in when preparing an application)
| * | | | | Clean up and simplify FileDistributorHarald Musum2020-04-147-54/+40
| | |_|_|/ | |/| | | | | | | | | | | | | No functional changes
* | | | | Merge pull request #12909 from ↵Harald Musum2020-04-141-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-12905-aressem/dont-install-test-lib Revert "Try to not install the conformancetest library."
| * | | | | Revert "Try to not install the conformancetest library."Arnstein Ressem2020-04-141-0/+1
|/ / / / /
* | | | | Merge pull request #12907 from vespa-engine/freva/limit_to_activeJon Bratseth2020-04-147-22/+33
|\ \ \ \ \ | |_|_|/ / |/| | | | Only allow allocating to active hosts in non-AWS zones
| * | | | Only allow allocating to active hosts in non-AWS zonesValerij Fredriksen2020-04-147-22/+33
| | |/ / | |/| |
* | | | Merge pull request #12905 from vespa-engine/aressem/dont-install-test-libTor Brede Vekterli2020-04-141-1/+0
|\ \ \ \ | |/ / / |/| | | Try to not install the conformancetest library.
| * | | Try to not install the conformancetest library.Arnstein Ressem2020-04-141-1/+0
| | |/ | |/|
* | | Merge pull request #12904 from vespa-engine/mpolden/config-lockJon Bratseth2020-04-1411-97/+118
|\ \ \ | |/ / |/| | Hold config lock when modifying load balancers
| * | Acquire lock through CuratorMartin Polden2020-04-144-54/+18
| | |
| * | Let Curator own re-entrant locksMartin Polden2020-04-143-1/+18
| | |
| * | Use Duration for timeoutsMartin Polden2020-04-141-18/+14
| | |