summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived
Commit message (Collapse)AuthorAgeFilesLines
* add testing of derived onnx-models.cfgArne Juul2023-03-224-0/+99
|
* use Integer.toHexString on hashcodeArne Juul2023-03-211-5/+5
|
* add unit testArne Juul2023-03-206-0/+123
|
* Merge branch 'master' into arnej/handle-dynamic-tensorJon Bratseth2023-03-202-0/+70
|\
| * - avoid unintentionally duplicated rank-propertiesArne Juul2023-03-204-11/+239
| | | | | | | | | | - use more LinkedHashMap for deterministic behavior in unit tests - extend some unit tests
* | split test into multiple rank-profiles, and test DynamicTensor handlingArne Juul2023-03-172-11/+171
|/
* * make InputRecorder handle slice with embedded expressionsArne Juul2023-03-162-2/+7
| | | | * special handling for Generate and Slice in BindingExtractor
* add special handling of TensorFunctionNode containing Generate functionArne Juul2023-03-146-2/+166
|
* handle more complex features and functions wrapped in rankingExpression(foo)Arne Juul2023-03-084-5/+36
|
* call addFunctionTypeSerialization in more casesArne Juul2023-03-072-0/+4
|
* unit test with problematic .sd from system testArne Juul2023-03-022-0/+188
|
* ignoreArne Juul2023-02-281-0/+1
|
* add component modelingArne Juul2023-02-244-2/+99
|
* Add string command to index info config.Tor Egge2023-02-1540-4/+762
| | | | Use index info to validate fuzzy query terms.
* add inputs as match featuresArne Juul2023-02-071-0/+10
|
* wire global-phase through config-model exactly like second-phaseArne Juul2023-02-032-0/+33
|
* Use original source for dynamic summary transform.Tor Egge2023-01-272-11/+11
|
* Revert "Merge pull request #24279 from ↵Jon Bratseth2022-10-035-1/+26
| | | | | | | vespa-engine/jonmv/revert-GC-heaven-commits" This reverts commit 539f2871e4812a463aa108639aac66c4903f3c33, reversing changes made to aeaa3c2da60259a8ba80345591657922c90c1993.
* Revert "Merge pull request #24257 from ↵jonmv2022-10-025-26/+1
| | | | | | | vespa-engine/bratseth/boolean-optimize-primitives-only" This reverts commit 4a1ca594e4cf3810974696ce970f5a161ec099eb, reversing changes made to 62928f4d8b7571c4b10fedffc56b762f57b6b2ca.
* Merge pull request #24258 from ↵Henning Baldersheim2022-09-2927-158/+0
|\ | | | | | | | | vespa-engine/balder/always-use-bitvector-if-it-is-a-good-idea Balder/always use bitvector if it is a good idea
| * Warn if enable-bit-vectors is used. It is default and has no effect any longer.Henning Baldersheim2022-09-2927-158/+0
| |
* | Only optimize boolean expressions on primitivesJon Bratseth2022-09-295-1/+26
|/ | | | | | Only transform a && b to if(a, b, false) etc.0 if both a and b are primitives, not tensors, as if requires both branches to return the same type.
* Update expected results.Henning Baldersheim2022-09-286-7/+7
|
* Remove summary field types from summary.def.Geir Storli2022-09-2333-491/+0
| | | | They are no longer used in the backend.
* Allow dynamic transforms on array<string> summary fields.Geir Storli2022-09-134-0/+265
|
* Remove producing of summarymap config from the config model.Geir Storli2022-09-0731-669/+36
| | | | The search backend is no longer using this config.
* Duplicate summarymap config into summary config.Geir Storli2022-08-2931-0/+926
| | | | This prepares for the removal of summarymap config.
* Ensure the summary transform for 'documentid' is part of summarymap.cfg.Geir Storli2022-07-1427-0/+81
|
* Add new summary transform for all 'documentid' summary fields.Geir Storli2022-07-121-0/+3
| | | | | This prepares for no longer inserting 'documentid' fields in the docsum blob in the backend. Instead such fields will be produced using a docsum writer (transform) that uses the document instance to get the id.
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-0640-40/+0
|
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-0540-0/+40
|
* Update expected answers.Henning Baldersheim2022-07-0540-40/+0
|
* Add option to ignore undefined fieldsJon Bratseth2022-07-0439-0/+39
|
* Use CopyDFW for struct field summaries with explicit source.Tor Egge2022-06-296-6/+44
|
* 64k -> 64Mb max bolded field sizeJon Bratseth2022-06-203-10/+10
|
* remove sort in SearchOrdererArne H Juul2022-06-172-51/+51
| | | | * to keep unit tests deterministic, sort earlier instead
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-0827-158/+0
|
* no more tensors in attribute prefetchArne H Juul2022-06-084-18/+2
| | | | * less hardcoded constants
* remove unused configArne H Juul2022-06-0827-158/+0
|
* Remove 'attribute: huge' which has no effect.Geir Storli2022-06-082-2/+1
|
* remove constructs with no effectArne H Juul2022-06-081-4/+0
|
* Correct syntaxJon Bratseth2022-05-302-4/+4
|
* Use modern syntaxJon Bratseth2022-05-2936-39/+47
|
* Grammar fixesJon Bratseth2022-05-291-1/+1
|
* Use modern syntaxJon Bratseth2022-05-2989-100/+98
|
* Grammar fixesJon Bratseth2022-05-271-1/+1
|
* Allow rank profiles in subdirectoriesJon Bratseth2022-05-181-0/+0
|
* Avoid rank zero tensorsJon Bratseth2022-05-183-0/+26
|
* Output defaults with typeJon Bratseth2022-05-151-3/+3
|
* Revert "Merge pull request #22589 from ↵Jon Bratseth2022-05-132-4/+9
| | | | | | | vespa-engine/revert-22582-bratseth/constants-cleanup-take-2" This reverts commit 79537b954556ba6985f2c59b4bc44b971a385eb0, reversing changes made to 1df3b3c59251bd4fd1b099ae5cfb4c280313e76d.