summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9944 from vespa-engine/bratseth/output-immediate-graphJon Bratseth2019-07-081-6/+5
|\ | | | | Bratseth/output immediate graph
| * Output the intermediate graphJon Bratseth2019-06-301-6/+5
| |
* | Merge pull request #9942 from ↵Tor Brede Vekterli2019-07-081-3/+34
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/defer-mbus-session-init-until-first-use Defer MBus DocumentAccess creation until time of first use
| * | Defer MBus DocumentAccess creation until time of first useTor Brede Vekterli2019-07-021-3/+34
| | | | | | | | | | | | | | | | | | | | | Avoids static init at class loading time, which may throw if config subscription fails and render the container partially inoperable. Downside is that if no warmup is used, initial queries to a newly started container may have increased latencies if config subscription is slow.
* | | Merge pull request #9961 from vespa-engine/bratseth/increase-timeoutOlli Virtanen2019-07-041-3/+3
|\ \ \ | | | | | | | | Increase timeout
| * | | Increase timeoutJon Bratseth2019-07-041-3/+3
| |/ /
* | | Test raw fieldJon Bratseth2019-07-041-2/+2
| | |
* | | Nonfunctional changes onlyJon Bratseth2019-07-034-12/+15
|/ /
* / Allow subclassing by making some hooks protectedJon Bratseth2019-06-293-19/+60
|/
* Merge with masterJon Bratseth2019-06-2818-46/+181
|\
| * Merge pull request #9918 from ↵Henning Baldersheim2019-06-289-11/+60
| |\ | | | | | | | | | | | | vespa-engine/balder/collapse-single-child-under-sameElement A single element under sameElement operator can be pulled out to avoi…
| | * Move extract logic to the relevant itemsJon Bratseth2019-06-285-9/+25
| | |
| | * Update abiHenning Baldersheim2019-06-281-1/+4
| | |
| | * Refactor to better show the intention of reducability.Henning Baldersheim2019-06-275-15/+38
| | |
| | * A single element under sameElement operator can be pulled out to avoid the ↵Henning Baldersheim2019-06-272-3/+10
| | | | | | | | | | | | sameElement operator.
| * | Merge pull request #9908 from vespa-engine/bratseth/tensor-summary-features-2Jon Bratseth2019-06-278-32/+114
| |\ \ | | |/ | |/| Bratseth/tensor summary features 2.
| | * Update ABI specJon Bratseth2019-06-271-2/+4
| | |
| | * Override rendering of FeatureData jsonJon Bratseth2019-06-272-10/+31
| | |
| | * Add testJon Bratseth2019-06-274-17/+77
| | |
| | * Nonfunctional changes onlyJon Bratseth2019-06-212-3/+2
| | |
| * | Return true not null by defaultJon Bratseth2019-06-272-3/+7
| |/
* | Add importsJon Bratseth2019-06-281-0/+9
| |
* | Nonfunctional changes onlyJon Bratseth2019-06-288-57/+47
|/
* Merge pull request #9832 from vespa-engine/bratseth/increase-async-test-timeoutJon Bratseth2019-06-182-24/+24
|\ | | | | Increase timeout in async test
| * Increase timeout in async testJon Bratseth2019-06-182-24/+24
| |
* | Merge pull request #9818 from vespa-engine/bratseth/tensor-summary-featuresJon Bratseth2019-06-168-27/+146
|\ \ | | | | | | Decode tensor summary features
| * | Decode tensor summary featuresJon Bratseth2019-06-158-27/+146
| |/
* / Avoid creating CompoundNames on the fly.Henning Baldersheim2019-06-144-17/+38
|/
* Revert "Revert "Require constant() for large constants and fix a type ↵Jon Bratseth2019-06-131-1/+1
| | | | resolving bug""
* We should not need to put any fields from the default summary class in the ↵Henning Baldersheim2019-06-121-1/+0
| | | | | | document. At least not the ones generated specially for summary classes.
* Merge pull request #9742 from vespa-engine/bratseth/validate-query-profilesJo Kristian Bergum2019-06-122-0/+9
|\ | | | | Holistic query profile validation
| * Holistic query profile validationJon Bratseth2019-06-102-0/+9
| |
* | Trim hits more eagerlyOlli Virtanen2019-06-111-1/+1
| |
* | Merge pull request #9730 from vespa-engine/bratseth/dense-string-formJon Bratseth2019-06-111-1/+1
|\ \ | |/ |/| Dense string form
| * Dense string formJon Bratseth2019-06-071-1/+1
| |
* | Extract execution creation into ExecutionFactoryJon Bratseth2019-06-099-71/+158
|/
* Rewrite large constant references from foo to constant(foo)Jon Bratseth2019-06-061-2/+2
|
* Fix processing of timeout embedded in YQL queryOlli Virtanen2019-06-054-22/+48
|
* Merge pull request #9647 from vespa-engine/bratseth/non-functional-changesgjoranv2019-06-031-1/+1
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2019-06-031-1/+1
| |
* | Only create the CompoundName when needed, and do it once.Henning Baldersheim2019-06-021-1/+3
|/
* Keep the checks in one placeHenning Baldersheim2019-06-011-6/+4
|
* Merge pull request #9625 from vespa-engine/ollivir/deserialize-slime-traceHenning Baldersheim2019-05-311-1/+9
|\ | | | | Decode slime trace from protobuf message
| * Decode slime trace from protobuf messageOlli Virtanen2019-05-311-1/+9
| |
* | Minor fixesOlli Virtanen2019-05-282-3/+2
| |
* | Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-2812-187/+112
|/
* Extend timeout to 30s and cleanup/consolidate unused codeHenning Baldersheim2019-05-271-37/+20
|
* Merge pull request #9520 from vespa-engine/bratseth/uri-in-yqlJon Bratseth2019-05-2625-91/+434
|\ | | | | Support URI matching in YQL
| * Support URI matching in YQLJon Bratseth2019-05-2325-91/+434
| |
* | Merge pull request #9536 from vespa-engine/bratseth/double-api-in-rank-featuresJon Bratseth2019-05-246-16/+67
|\ \ | | | | | | Add double API to RankFeatures