aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Control attribute maxuncommittedmemory with feature flagHenning Baldersheim2021-10-216-9/+34
|
* Merge branch 'master' into bratseth/add-missing-copyrightsJon Bratseth2021-10-20128-1393/+1628
|\
| * Merge pull request #19653 from vespa-engine/bratseth/schema-inheritanceHenning Baldersheim2021-10-20128-1393/+1628
| |\ | | | | | | Bratseth/schema inheritance
| | * Prep for test of deriving with schema inheritanceJon Bratseth2021-10-203-5/+16
| | |
| | * Test adding to inherited collectionsJon Bratseth2021-10-194-38/+26
| | |
| | * Inherit raw-as-base64Jon Bratseth2021-10-191-2/+6
| | |
| | * Inherit imported fieldsJon Bratseth2021-10-193-4/+29
| | |
| | * Use 'schema' not 'search' in messagesJon Bratseth2021-10-1914-49/+41
| | |
| | * Inherit document summariesJon Bratseth2021-10-193-21/+39
| | |
| | * Inherit ONNX modelsJon Bratseth2021-10-196-20/+54
| | |
| | * ImmutableSearch -> ImmutableSchemaJon Bratseth2021-10-185-11/+11
| | |
| | * Inherit constantsJon Bratseth2021-10-185-13/+33
| | |
| | * Inherit rank profilesJon Bratseth2021-10-186-29/+50
| | |
| | * Inherit fieldsJon Bratseth2021-10-182-11/+20
| | |
| | * Inherit indexesJon Bratseth2021-10-161-30/+33
| | |
| | * Inherit stemmingJon Bratseth2021-10-162-41/+35
| | |
| | * Inherit fieldSetsJon Bratseth2021-10-162-4/+27
| | |
| | * Validate schema inheritanceJon Bratseth2021-10-162-6/+23
| | |
| | * search -> schemaJon Bratseth2021-10-15119-1146/+1142
| | |
| | * Add Application abstractionJon Bratseth2021-10-158-53/+133
| | |
* | | Add missiung copyrightsJon Bratseth2021-10-203-0/+3
|/ /
* / Expose active window size metrics for merge throttler.Geir Storli2021-10-191-0/+3
|/
* Merge pull request #19583 from ↵Jon Bratseth2021-10-156-49/+87
|\ | | | | | | | | vespa-engine/bratseth/summary-inheritance-validation Validate summary inheritance
| * Warn don't throwJon Bratseth2021-10-153-7/+16
| |
| * Remove printlnJon Bratseth2021-10-151-1/+0
| |
| * Validate summary inheritanceJon Bratseth2021-10-156-49/+79
| |
* | Merge pull request #19572 from vespa-engine/geirst/feed-task-limit-feature-flagHenning Baldersheim2021-10-142-0/+9
|\ \ | | | | | | Add feature flag for the task limit used by the executors handling fe…
| * | Add feature flag for the task limit used by the executors handling feed in ↵Geir Storli2021-10-142-0/+9
| | | | | | | | | | | | proton.
* | | Merge pull request #19557 from vespa-engine/arnej/remove-unneeded-overridesArne H Juul2021-10-141-4/+1
|\ \ \ | | | | | | | | no need to override config with the same values as the defaults
| * | | no need to override config with the same values as the defaultsArne H Juul2021-10-141-4/+1
| |/ /
* | | Merge pull request #19558 from ↵Tor Egge2021-10-141-0/+5
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/geirst/expose-more-merge-bucket-metrics Expose more merge bucket related metrics.
| * | | Expose more merge bucket related metrics.Geir Storli2021-10-141-0/+5
| |/ /
* | / Expose distributor metric for max bucket GC timeTor Brede Vekterli2021-10-141-0/+1
| |/ |/|
* | Add feature flag for enhanced distributor maintenance schedulingTor Brede Vekterli2021-10-142-2/+15
|/
* Set request type to monitoring for /metrics/v2 requestsMartin Polden2021-10-131-1/+1
|
* Add support for control of execute on match, rerank, and summary.Henning Baldersheim2021-10-122-0/+71
|
* Merge pull request #19515 from ↵Harald Musum2021-10-121-2/+3
|\ | | | | | | | | vespa-engine/bratseth/handle-just-one-config-server Don't try to copy files if just one config server
| * Don't try to copy files if just one config serverJon Bratseth2021-10-121-2/+3
| |
* | We should have same default for both final chunk compression, and temporary ↵Henning Baldersheim2021-10-121-0/+1
| | | | | | | | compact compression.
* | Merge pull request #19509 from vespa-engine/jonmv/fix-docid-parse-bugv7.481.18Jon Marius Venstad2021-10-111-1/+1
|\ \ | |/ |/| Fix document id parse bug in feed client
| * Fix document id parse bug in feed clientJon Marius Venstad2021-10-111-1/+1
| |
* | Expose more content node merge metrics.Geir Storli2021-10-111-0/+6
| |
* | Control disk-bloat-factor and compression level with feature flag.Henning Baldersheim2021-10-082-1/+20
| |
* | let default threadpool have a core of 2xcores with a max of 100xcores using ↵Henning Baldersheim2021-10-071-1/+3
| | | | | | | | a fast synchronous Q as default.
* | Update Verizon Media copyright notices.gjoranv2021-10-0765-65/+65
| |
* | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-073-3/+3
| |
* | Update 2018 copyright notices.gjoranv2021-10-0730-30/+30
| |
* | Update 2017 copyright notices.gjoranv2021-10-07522-522/+522
| |
* | Merge pull request #19444 from ↵Jon Bratseth2021-10-074-42/+52
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/initalize-fallback-singlenode Create config server when not configured explicitly
| * | Create config server when not configured explicitlyJon Bratseth2021-10-064-42/+52
| | |