aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/processing
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0950-50/+50
|
* Repair parserJon Bratseth2023-09-271-1/+1
|
* Simplify testsJon Bratseth2023-09-273-55/+147
|
* Simplify testsJon Bratseth2023-09-271-8/+96
|
* Simplify testsJon Bratseth2023-09-271-12/+47
|
* Simplify testsJon Bratseth2023-09-272-6/+0
|
* Simplify testsJon Bratseth2023-09-271-6/+37
|
* Simplify testsJon Bratseth2023-09-271-20/+82
|
* Return the expected outputJon Bratseth2023-09-271-2/+60
| | | | | | | | | | | In if-else expressions, return the output of the executed branch rather than the input. The current behavior was undocumented and quite unexpected, so I suggest we treat that as a bug. Also return the last executed expression in a script as its output (rather than nothing. In addition, improve some error messages.
* Merge pull request #28623 from ↵Arne H Juul2023-09-251-3/+3
|\ | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| * Use OptionalIntJon Bratseth2023-09-221-3/+3
| |
* | declare types for more rank featuresArne Juul2023-09-211-7/+9
|/
* Add utility function for custom token idsLester Solbakken2023-09-111-0/+11
|
* Allow infrastructure to override application typeMorten Tokle2023-08-151-1/+3
|
* Correctly classify references to missing fieldsJon Bratseth2023-08-141-5/+5
|
* Always treat each symbol as a separate tokenJon Bratseth2023-05-221-3/+3
|
* use ExpressionFunction.Instance for consistencyArne Juul2023-03-221-1/+1
|
* use Integer.toHexString on hashcodeArne Juul2023-03-211-1/+1
|
* - avoid unintentionally duplicated rank-propertiesArne Juul2023-03-201-1/+1
| | | | | - use more LinkedHashMap for deterministic behavior in unit tests - extend some unit tests
* Remove bad annotation.Tor Egge2023-03-171-1/+0
|
* Add raw attributes to config model.Tor Egge2023-03-172-50/+74
|
* Allow hnsw index for tensors with 1 mapped and 1 indexed dimension.Geir Storli2023-01-131-4/+14
|
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-14/+4
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-4/+14
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-14/+4
|
* Use well defined order where we output text and generate config. Makes ↵Henning Baldersheim2022-12-011-3/+4
| | | | config stable and simple tests predictable.
* Allow paged setting for tensor attributes without fast-rank setting.Tor Egge2022-10-101-10/+24
|
* Merge pull request #24285 from ↵Jon Marius Venstad2022-10-031-17/+34
|\ | | | | | | | | vespa-engine/bratseth/optimize-primitives-only-take-2 Bratseth/optimize primitives only take 2
| * Revert "Merge pull request #24279 from ↵Jon Bratseth2022-10-031-17/+34
| | | | | | | | | | | | | | vespa-engine/jonmv/revert-GC-heaven-commits" This reverts commit 539f2871e4812a463aa108639aac66c4903f3c33, reversing changes made to aeaa3c2da60259a8ba80345591657922c90c1993.
* | Merge pull request #24280 from vespa-engine/bratseth/update-terminologyLester Solbakken2022-10-031-6/+7
|\ \ | |/ |/| Update terminology
| * Update terminologyJon Bratseth2022-10-031-6/+7
| |
* | Revert "Merge pull request #24257 from ↵jonmv2022-10-021-34/+17
|/ | | | | | | vespa-engine/bratseth/boolean-optimize-primitives-only" This reverts commit 4a1ca594e4cf3810974696ce970f5a161ec099eb, reversing changes made to 62928f4d8b7571c4b10fedffc56b762f57b6b2ca.
* Only optimize boolean expressions on primitivesJon Bratseth2022-09-291-17/+34
| | | | | | 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.
* Use consistent terminologyJon Bratseth2022-09-292-8/+8
|
* Merge pull request #24251 from vespa-engine/bratseth/operatorsv8.61.17Henning Baldersheim2022-09-281-1/+1
|\ | | | | Bratseth/operators
| * Fold comparisons into the other operatorsJon Bratseth2022-09-281-1/+1
| |
* | GC unused enable-bitvector flagHenning Baldersheim2022-09-281-3/+3
|/
* Do not log disk access warning when using an imported complex field in summary.Geir Storli2022-09-191-0/+69
|
* Allow dynamic transforms on array<string> summary fields.Geir Storli2022-09-131-7/+7
|
* Add 'paged' support for reference attribute fields.Geir Storli2022-08-241-4/+10
| | | | | | | | The memory usage of a reference attribute can be calculated as follows: num_child_docs * 8 + num_parent_docs * 24 + num_child_docs_where_parent_reference_is_set * 4. When using 'paged' the btrees used in the reverse mapping from parent lid to child lids are still memory allocated. This is the num_child_docs_where_parent_reference_is_set part of the equation above.
* Convert config-model to junit5Bjørn Christian Seime2022-07-2849-900/+884
|
* Merge pull request #23477 from vespa-engine/mpolden/handle-abs-rootHarald Musum2022-07-121-1/+1
|\
| * Handle absolute root in MockApplicationPackageMartin Polden2022-07-121-1/+1
| |
* | Don't say we expect declaration in query profilesJon Bratseth2022-07-111-1/+1
|/
* No functional changesJon Bratseth2022-06-151-1/+1
|
* move internal details from public APIArne H Juul2022-06-081-2/+2
|
* onnxModel to onnx in summary/matchfeaturesLester Solbakken2022-06-081-7/+7
|
* Merge pull request #22795 from vespa-engine/bratseth/grammar-fixesJon Bratseth2022-05-301-9/+9
|\ | | | | Bratseth/grammar fixes
| * Correct syntaxJon Bratseth2022-05-301-9/+9
| |
* | Changing 'fast-rank' on an attribute should trigger the restart action.Geir Storli2022-05-191-0/+11
|/ | | | Add more testing of 'fast-rank' on un-supported attributes.