aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* avoid losing inherited match-features when adding implicit onesArne Juul2023-10-261-2/+4
|
* Merge pull request #29100 from vespa-engine/olaa/default9-consumerGjøran Voldengen2023-10-261-2/+2
|\ | | | | Add vespa9default metric set
| * Add vespa9default metric setOla Aunronning2023-10-251-2/+2
| |
* | Merge pull request #29102 from vespa-engine/hmusum/use-new-methodHarald Musum2023-10-251-1/+1
|\ \ | | | | | | Use new method
| * | Use new methodHarald Musum2023-10-251-1/+1
| |/
* / Don't add summary fields with tokens transform to default summary.Tor Egge2023-10-251-0/+1
|/
* Extend class comment for SummaryFieldTypeResolver.Tor Egge2023-10-241-0/+4
|
* Prepare for emitting warning if summary field type is specified.Tor Egge2023-10-247-37/+164
| | | | Improve resolving of summary field type from source field type.
* Revert change to test default flavourjonmv2023-10-241-1/+1
|
* Actually set arch from flag for admin nodesjonmv2023-10-241-2/+3
|
* Only report known dimension valuesMorten Tokle2023-10-232-2/+13
|
* Merge pull request #29051 from vespa-engine/hmusum/add-cluster-id-to-logBjørn Christian Seime2023-10-201-3/+3
|\ | | | | Add cluster id to log message
| * Add cluster id to log messageHarald Musum2023-10-201-3/+3
| |
* | Bump VESPA_MALLOC_MMAP_THRESHOLD from 2M to 8M to improve onnxruntime ↵Henning Baldersheim2023-10-201-1/+1
| | | | | | | | evaluation speed
* | Merge pull request #29036 from ↵Geir Storli2023-10-201-0/+6
|\ \ | | | | | | | | | | | | vespa-engine/toregge/derive-summary-field-type-from-source Derive summary field type from source.
| * | Derive summary field type from source.Tor Egge2023-10-191-0/+6
| |/
* / Stop logging a warning when empty directory in user configHarald Musum2023-10-201-4/+2
|/ | | | | Usually not intended, but there are use cases for a directory that is empty, so log at level info.
* Rename linguistics-tokens to tokens.Tor Egge2023-10-196-9/+9
|
* Track new metrics `malloc_peak` and `malloc_current`Bjørn Christian Seime2023-10-191-18/+4
| | | | Move class to config-model-api to be shared with internal config server integration.
* Merge pull request #29009 from vespa-engine/bratseth/non-functional-onlyJon Bratseth2023-10-181-2/+1
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2023-10-181-2/+1
| |
* | Merge pull request #29001 from vespa-engine/mpolden/improve-error-msgMartin Polden2023-10-181-1/+6
|\ \ | | | | | | Improve error message for invalid clients.pem
| * | Include PEM path in exceptionMartin Polden2023-10-181-1/+6
| | |
* | | Make code locale-independentKristian Aune2023-10-181-9/+9
| |/ |/|
* | Merge pull request #28979 from vespa-engine/bjorncs/duplicate-bindingsBjørn Christian Seime2023-10-171-2/+2
|\ \ | | | | | | Ensure binding set is not modified during iteration
| * | Ensure binding set is not modified during iterationBjørn Christian Seime2023-10-171-2/+2
| | |
* | | Merge pull request #28975 from ↵Harald Musum2023-10-172-6/+13
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-28974-revert-28933-hmusum/validate-actual-file-in-user-config Reapply "Use actual files in application package to validate user config"
| * | | Log instead of failing, need to be more careful when rolling this outHarald Musum2023-10-171-2/+3
| | | |
| * | | Revert "Revert "Use actual files in application package to validate ↵Harald Musum2023-10-172-4/+10
| | | | | | | | | | | | | | | | file/directory in…""
* | | | Merge pull request #28973 from vespa-engine/bjorncs/jdisc-connection-logBjørn Christian Seime2023-10-172-18/+2
|\ \ \ \ | |_|/ / |/| | | Enable connection logger for self-hosted
| * | | Enable connection logger for self-hostedBjørn Christian Seime2023-10-172-18/+2
| | |/ | |/|
* | | Merge pull request #28919 from vespa-engine/arnej/global-phase-config-7Arne H Juul2023-10-175-18/+289
|\ \ \ | |_|/ |/| | allow configuring normalizers
| * | allow configuring normalizersArne Juul2023-10-135-18/+289
| | |
* | | Revert "Use actual files in application package to validate file/directory ↵Harald Musum2023-10-172-10/+4
| |/ |/| | | | | in…"
* | Merge pull request #28933 from ↵Harald Musum2023-10-172-4/+10
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/validate-actual-file-in-user-config Use actual files in application package to validate file/directory in…
| * | Use actual files in application package to validate file/directory in user ↵Harald Musum2023-10-152-4/+10
| |/ | | | | | | config
* | Merge pull request #28943 from vespa-engine/toregge/add-linguistics-tokens-dfwTor Egge2023-10-166-3/+13
|\ \ | | | | | | Add linguistics tokens document field writer.
| * | Add linguistics tokens document field writer.Tor Egge2023-10-166-3/+13
| |/
* / Make 'warn' and 'fail' the only valid values for UNKNOWN_CONFIG_DEFINITIONHarald Musum2023-10-161-1/+0
|/
* Require zone-scoped endpoint in config-modelMartin Polden2023-10-111-2/+18
|
* Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-10617-604/+618
|\ | | | | Update copyright
| * Update copyrightJon Bratseth2023-10-09617-604/+618
| |
* | Support inheriting multiple document summariesJon Bratseth2023-10-076-43/+42
|/
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-5/+6
|
* Add feature flag to override search handler threadpool sizeBjørn Christian Seime2023-10-041-2/+5
|
* Merge pull request #28699 from vespa-engine/bratseth/smarter-inputJon Bratseth2023-09-294-22/+22
|\ | | | | Bratseth/smarter input
| * Remove stacktrace printingJon Bratseth2023-09-291-1/+0
| |
| * Return the expected outputJon Bratseth2023-09-274-22/+23
| | | | | | | | | | | | | | | | | | | | | | In if-else expressions, return the output of the executed branch rather than the input. The current behavior was undocumented and quite unexpected, so I suggest we treat that as a bug. Also return the last executed expression in a script as its output (rather than nothing. In addition, improve some error messages.
* | Set max=min when boost is not specifiedBjørn Christian Seime2023-09-291-1/+1
| |
* | Remove dead codeHarald Musum2023-09-292-21/+2
| |