summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* add match-features in config-modelArne H Juul2021-11-032-20/+50
| | | | | | | | | * 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-033-14/+7
| | | | | | only during model building. Application is kept alive from Schema which is kept alive from NamedSchema and lives permanently in the model.
* Unify on using a list for backing.Henning Baldersheim2021-11-021-4/+4
|
* Add ZoneInfoJon Bratseth2021-10-311-0/+1
|
* 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-2716-16/+16
|
* Update 2019 Oath copyrights.gjoranv2021-10-2711-11/+11
|
* Merge pull request #19741 from vespa-engine/balder/consistent-namingHenning Baldersheim2021-10-271-1/+1
|\ | | | | Balder/consistent naming
| * Consistently use -/_Henning Baldersheim2021-10-271-1/+1
| |
* | Stop using XX:+UseOSErrorReporting, not supported in newer JDKsHarald Musum2021-10-271-1/+1
|/ | | | | 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-252-59/+55
|
* 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-255-55/+55
|
* onrerank -> on-first-phase and add on-second-phaseHenning Baldersheim2021-10-251-4/+4
|
* Update execute -> mutate with '+=', '-=' and '='Henning Baldersheim2021-10-251-6/+7
|
* Add metrics for thread utilizationHenning Baldersheim2021-10-241-0/+4
|
* Merge pull request #19702 from ↵Henning Baldersheim2021-10-222-0/+10
|\ | | | | | | | | 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-222-0/+10
| |
* | 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 "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-221-6/+7
|\ | | | | Jonmv/reapply streamed visits
| * Inject feed-handler thread pool to /doc/v1Jon Marius Venstad2021-10-211-6/+7
| |
* | Merge branch 'master' into balder/upper-limit-before-commitHenning Baldersheim2021-10-2116-68/+70
|\ \
| * \ Merge pull request #19681 from vespa-engine/bratseth/fix-summary-inheritanceHenning Baldersheim2021-10-2115-63/+62
| |\ \ | | |/ | |/| Bratseth/fix summary inheritance
| | * Use map to allow shadowing parent fieldsJon Bratseth2021-10-2114-45/+47
| | |
| | * Use optionalJon Bratseth2021-10-212-19/+16
| | |
| * | 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-216-9/+34
|/ /
* | Merge branch 'master' into bratseth/add-missing-copyrightsJon Bratseth2021-10-20127-1227/+1459
|\ \
| * \ Merge pull request #19653 from vespa-engine/bratseth/schema-inheritanceHenning Baldersheim2021-10-20127-1227/+1459
| |\ \ | | |/ | |/| 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-184-10/+30
| | |
| | * 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
| | |