aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/derived
Commit message (Collapse)AuthorAgeFilesLines
* Rename linguistics-tokens to tokens.Tor Egge2023-10-192-2/+2
|
* Merge pull request #28919 from vespa-engine/arnej/global-phase-config-7Arne H Juul2023-10-171-3/+18
|\ | | | | allow configuring normalizers
| * allow configuring normalizersArne Juul2023-10-131-3/+18
| |
* | Add linguistics tokens document field writer.Tor Egge2023-10-162-1/+4
|/
* Update copyrightJon Bratseth2023-10-0931-31/+31
|
* Merge pull request #28623 from ↵Arne H Juul2023-09-251-2/+9
|\ | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| * 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
| | | | | | | | | | | | | | When searching the HNSW index in a post-filtering case, targetHits is auto-adjusted in an effort to still expose targetHits hits to first-phase ranking after post-filtering. The following formula is now used to ensure an upper bound of adjustedTargetHits, avoiding that the search in the HNSW index takes too long. adjustedTargetHits = min(targetHits / estimatedHitRatio, targetHits * targetHitsMaxAdjustmentFactor). The target-hits-max-adjustment-factor can be set in a rank profile and overriden per query. The value is in the range [1.0,inf], with the default being 20.0. When setting this to 1.0, auto-adjustment of targetHits is effectively disabled.
* 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
| | | | | The stricter validation will eventually be made default after all cloud applications are upgraded.
* Add feature falg control of new nested multivalue grouping.Henning Baldersheim2023-06-291-0/+5
|
* Merge pull request #27382 from ↵Arne H Juul2023-06-132-4/+110
|\ | | | | | | | | vespa-engine/bratseth/validate-prefix-matching-take-2-alternative-ending Bratseth/validate prefix matching take 2 alternative ending
| * Move to SchemaInfoJon Bratseth2023-06-122-4/+110
| | | | | | | | | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
* | 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
| | | | Use index info to validate fuzzy query terms.
* 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 model
| * 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 ↵Henning Baldersheim2022-12-011-4/+3
| | | | config stable and simple tests predictable.
* 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 ↵Jon Bratseth2022-10-031-18/+23
| | | | | | | vespa-engine/jonmv/revert-GC-heaven-commits" This reverts commit 539f2871e4812a463aa108639aac66c4903f3c33, reversing changes made to aeaa3c2da60259a8ba80345591657922c90c1993.
* Revert "Merge pull request #24266 from ↵jonmv2022-10-021-23/+18
| | | | | | | vespa-engine/bratseth/tolerate-missing-types" This reverts commit a2bb6fac145904c96943294b5b62d3c2063e5144, reversing changes made to 0b08f84d1a2bc9fcbea0656d33e5e23f3e325e40.
* 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
| | | | They are no longer used in the backend.
* 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
| | | | The search backend is no longer using this config.