summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Update expected resultsHenning Baldersheim2021-11-033-6/+6
|
* Merge pull request #19849 from vespa-engine/balder/add-long-valueHenning Baldersheim2021-11-032-45/+45
|\ | | | | Add a LongValue to preserve integer numbers.
| * Add a LongValue to preserve integer numbers.Henning Baldersheim2021-11-032-45/+45
| |
* | add match-features in config-modelArne H Juul2021-11-033-20/+73
|/ | | | | | | | | * extend parser with single-line and multi-line "match-features" * add match features in RankProfile * rewrite match features if necessary * generate config for the backend New code is similar to the way "summary-features" and "rank-features" are handled.
* Separate RankProfileRegistry from Application to reduce its lifetime to be ↵Henning Baldersheim2021-11-034-21/+14
| | | | | | only during model building. Application is kept alive from Schema which is kept alive from NamedSchema and lives permanently in the model.
* Add instance and weight attributes to deployment schemaMartin Polden2021-11-021-0/+2
|
* Unify on using a list for backing.Henning Baldersheim2021-11-021-4/+4
|
* Add ZoneInfoJon Bratseth2021-10-311-0/+1
|
* Update expected valueJon Bratseth2021-10-291-4/+4
|
* Update config-model/src/main/java/com/yahoo/vespa/model/search/NodeSpec.javaJon Bratseth2021-10-281-1/+1
| | | Co-authored-by: Geir Storli <geirst@yahooinc.com>
* Explain groupJon Bratseth2021-10-281-2/+7
|
* Update 2020 Oath copyrights.gjoranv2021-10-2733-33/+33
|
* Update 2019 Oath copyrights.gjoranv2021-10-2718-18/+18
|
* Merge pull request #19741 from vespa-engine/balder/consistent-namingHenning Baldersheim2021-10-273-9/+9
|\ | | | | Balder/consistent naming
| * Consistently use -/_Henning Baldersheim2021-10-273-9/+9
| |
* | Stop using XX:+UseOSErrorReporting, not supported in newer JDKsHarald Musum2021-10-272-2/+2
|/ | | | | Removed in JDK 16, reported to only be working on Windows as well: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8255571
* CleanupJon Bratseth2021-10-2541-139/+135
|
* SimplifyJon Bratseth2021-10-252-10/+1
|
* SimplifyJon Bratseth2021-10-252-11/+1
|
* Remove redundant schema listJon Bratseth2021-10-252-12/+11
|
* SearchBuilder -> SchemaBuilderJon Bratseth2021-10-2585-352/+350
|
* onrerank -> on-first-phase and add on-second-phaseHenning Baldersheim2021-10-253-21/+31
|
* Update execute -> mutate with '+=', '-=' and '='Henning Baldersheim2021-10-253-32/+33
|
* Add metrics for thread utilizationHenning Baldersheim2021-10-241-0/+4
|
* Merge pull request #19702 from ↵Henning Baldersheim2021-10-223-27/+38
|\ | | | | | | | | vespa-engine/geirst/async-apply-bucket-diff-feature-flag Add feature flag for "async-apply-bucket-diff".
| * Add feature flag for "async-apply-bucket-diff".Geir Storli2021-10-223-27/+38
| |
* | Merge pull request #19696 from ↵Arne H Juul2021-10-221-12/+0
|\ \ | | | | | | | | | | | | vespa-engine/arnej/no-more-require-connectivity-disabling Arnej/no more require connectivity disabling
| * | this feature flag is scheduled for removalArne H Juul2021-10-221-12/+0
| |/
* | Revert "Update tests"Jon Marius Venstad2021-10-221-2/+2
| | | | | | | | | | | | <block-change days='mon-sun' hours='0-23' /> This reverts commit 89d7893c05825f79abe66682f00c65f7c8667bcc.
* | Revert "Inject feed-handler thread pool to /doc/v1"Jon Marius Venstad2021-10-221-7/+6
|/ | | | This reverts commit 8108b988add04d9f63c26f86b950796d60397e0e.
* Merge pull request #19687 from vespa-engine/jonmv/reapply-streamed-visitsBjørn Christian Seime2021-10-222-8/+9
|\ | | | | Jonmv/reapply streamed visits
| * Update testsJon Marius Venstad2021-10-211-2/+2
| |
| * Inject feed-handler thread pool to /doc/v1Jon Marius Venstad2021-10-211-6/+7
| |
* | Merge pull request #19683 from ↵gjoranv2021-10-211-0/+4
|\ \ | | | | | | | | | | | | vespa-engine/revert-merge-http-utils-into-vespajlib Revert merge http utils into vespajlib
| * | Revert "Remove deps to http-utils and add vespajlib where necessary."gjoranv2021-10-211-0/+4
| | | | | | | | | | | | This reverts commit fe260fe8a98c1d2d19633e16a6308857c9577878.
* | | Merge branch 'master' into balder/upper-limit-before-commitHenning Baldersheim2021-10-2118-72/+75
|\ \ \
| * \ \ Merge pull request #19681 from vespa-engine/bratseth/fix-summary-inheritanceHenning Baldersheim2021-10-2117-67/+67
| |\ \ \ | | |_|/ | |/| | Bratseth/fix summary inheritance
| | * | Use map to allow shadowing parent fieldsJon Bratseth2021-10-2115-46/+48
| | | |
| | * | Use optionalJon Bratseth2021-10-214-22/+20
| | |/
| * | Merge pull request #19654 from vespa-engine/arnej/allow-discarding-issuesArne H Juul2021-10-211-5/+8
| |\ \ | | |/ | |/| add forward_issues config option
| | * add permanent feature flag: forward-issues-as-errorsArne H Juul2021-10-211-5/+8
| | |
* | | Control attribute maxuncommittedmemory with feature flagHenning Baldersheim2021-10-2132-155/+213
| | |
* | | Update expected test resultsHenning Baldersheim2021-10-2123-0/+137
|/ /
* | Remove unnecessary headerJon Bratseth2021-10-201-1/+0
| |
* | Merge branch 'master' into bratseth/add-missing-copyrightsJon Bratseth2021-10-20257-2385/+3501
|\ \
| * \ Merge pull request #19653 from vespa-engine/bratseth/schema-inheritanceHenning Baldersheim2021-10-20257-2385/+3501
| |\ \ | | |/ | |/| Bratseth/schema inheritance
| | * Test deriving with inherited schemaJon Bratseth2021-10-205-13/+74
| | |
| | * Clean up after testJon Bratseth2021-10-201-6/+13
| | |
| | * Prep for test of deriving with schema inheritanceJon Bratseth2021-10-2018-6/+512
| | |
| | * Test adding to inherited collectionsJon Bratseth2021-10-196-40/+138
| | |