aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/derived
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0931-31/+31
* Merge pull request #28623 from vespa-engine/bratseth/dynamic-summary-ngram-fi...Arne H Juul2023-09-251-2/+9
|\
| * Use OptionalIntJon Bratseth2023-09-221-2/+2
| * Output gram for summary fields where the source is gramJon Bratseth2023-09-221-1/+8
* | declare types for more rank featuresArne Juul2023-09-211-4/+18
|/
* Add cluster specific settings for model evaluationLester Solbakken2023-08-291-0/+10
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-0/+5
* Always use stricter validation for complex fields with struct field attributes.Geir Storli2023-08-082-4/+4
* Only log warning when the stricter validation triggers.Geir Storli2023-07-042-4/+4
* Add feature falg control of new nested multivalue grouping.Henning Baldersheim2023-06-291-0/+5
* Merge pull request #27382 from vespa-engine/bratseth/validate-prefix-matching...Arne H Juul2023-06-132-4/+110
|\
| * Move to SchemaInfoJon Bratseth2023-06-122-4/+110
* | avoid having "index" command for fields without an indexArne Juul2023-06-081-1/+3
|/
* add filtering to hide implicitly added match featuresArne Juul2023-05-111-0/+5
* Add vmsfields config for nearest neighbor search on supported tensor fields.Geir Storli2023-04-141-26/+48
* let Exceptions.toMessageString handle message concatenationArne Juul2023-03-231-1/+1
* improve error for cycle in ranking expression functionsArne Juul2023-03-232-4/+5
* also export derived onnx-models.cfgArne Juul2023-03-223-2/+11
* call addFunctionTypeSerialization in more casesArne Juul2023-03-071-7/+8
* use common utility and constantArne Juul2023-03-021-5/+6
* Add string command to index info config.Tor Egge2023-02-151-0/+15
* Allow fallback to CPU if nodes are provisioned without GPUMartin Polden2023-02-081-1/+2
* wire global-phase through config-model exactly like second-phaseArne Juul2023-02-031-1/+18
* Use original source for dynamic summary transform.Tor Egge2023-01-271-3/+3
* Remove 'required' attributeMartin Polden2023-01-261-3/+1
* Merge pull request #25680 from vespa-engine/mpolden/set-gpu-deviceMartin Polden2023-01-241-0/+4
|\
| * Support configuration of GPU device to use in ONNX modelMartin Polden2023-01-231-0/+4
* | Skip statements on partial updates onlyJon Bratseth2023-01-231-1/+0
|/
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-043-3/+3
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-043-3/+3
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-023-3/+3
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-4/+3
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-3/+4
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-4/+3
* Use well defined order where we output text and generate config. Makes config...Henning Baldersheim2022-12-011-4/+3
* Don't lose illegal argument classificationJon Bratseth2022-11-281-1/+5
* Support match:cased on index fieldsJon Bratseth2022-11-021-3/+3
* Revert "Merge pull request #24279 from vespa-engine/jonmv/revert-GC-heaven-co...Jon Bratseth2022-10-031-18/+23
* Revert "Merge pull request #24266 from vespa-engine/bratseth/tolerate-missing...jonmv2022-10-021-23/+18
* Tolerate missing typesJon Bratseth2022-09-291-18/+23
* Warn if enable-bit-vectors is used. It is default and has no effect any longer.Henning Baldersheim2022-09-291-5/+0
* Use consistent terminologyJon Bratseth2022-09-292-17/+17
* GC unused enable-bitvector flagHenning Baldersheim2022-09-282-6/+4
* Remove summary field types from summary.def.Geir Storli2022-09-231-1/+0
* Allow dynamic transforms on array<string> summary fields.Geir Storli2022-09-131-7/+4
* Remove producing of summarymap config from the config model.Geir Storli2022-09-075-161/+54
* Duplicate summarymap config into summary config.Geir Storli2022-08-293-35/+58
* Minor cleanup while reading code.Henning Baldersheim2022-08-281-26/+17
* Add final to members, and use pattern variable.Henning Baldersheim2022-08-131-13/+9
* Merge pull request #23502 from vespa-engine/geirst/remove-textextractor-summa...Tor Egge2022-07-141-1/+1
|\