summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-023-27/+22
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-023-22/+27
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-023-27/+22
|
* Use well defined order where we output text and generate config. Makes ↵Henning Baldersheim2022-12-012-5/+4
| | | | config stable and simple tests predictable.
* Don't lose illegal argument classificationJon Bratseth2022-11-281-1/+5
|
* Merge pull request #24850 from vespa-engine/bratseth/ms-marco-testKristian Aune2022-11-161-2/+4
|\ | | | | Test the MS marco notebook app application package
| * Test the MS marco notebook app application packageJon Bratseth2022-11-141-2/+4
| |
* | Separate dynamic provisioning and host sharingJon Bratseth2022-11-151-4/+3
|/
* Support match:cased on index fieldsJon Bratseth2022-11-021-3/+3
|
* Optimize importsHarald Musum2022-10-244-13/+1
|
* More input tests and better error messageJon Bratseth2022-10-191-5/+5
|
* Allow paged setting for tensor attributes without fast-rank setting.Tor Egge2022-10-101-4/+4
|
* Merge pull request #24285 from ↵Jon Marius Venstad2022-10-033-27/+48
|\ | | | | | | | | vespa-engine/bratseth/optimize-primitives-only-take-2 Bratseth/optimize primitives only take 2
| * Only check types when necessaryJon Bratseth2022-10-032-4/+4
| |
| * Revert "Merge pull request #24279 from ↵Jon Bratseth2022-10-032-26/+47
| | | | | | | | | | | | | | 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-3/+3
|\ \ | |/ |/| Update terminology
| * Update terminologyJon Bratseth2022-10-031-3/+3
| |
* | Revert "Merge pull request #24257 from ↵jonmv2022-10-021-12/+7
| | | | | | | | | | | | | | vespa-engine/bratseth/boolean-optimize-primitives-only" This reverts commit 4a1ca594e4cf3810974696ce970f5a161ec099eb, reversing changes made to 62928f4d8b7571c4b10fedffc56b762f57b6b2ca.
* | Revert "Merge pull request #24266 from ↵jonmv2022-10-022-38/+22
| | | | | | | | | | | | | | vespa-engine/bratseth/tolerate-missing-types" This reverts commit a2bb6fac145904c96943294b5b62d3c2063e5144, reversing changes made to 0b08f84d1a2bc9fcbea0656d33e5e23f3e325e40.
* | No configuration of phrase splitting needed.Henning Baldersheim2022-09-301-7/+2
| |
* | Tolerate missing typesJon Bratseth2022-09-292-22/+38
|/
* Merge pull request #24258 from ↵Henning Baldersheim2022-09-294-34/+19
|\ | | | | | | | | 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-294-34/+19
| |
* | Only optimize boolean expressions on primitivesJon Bratseth2022-09-291-7/+12
|/ | | | | | 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-297-36/+37
|
* Merge pull request #24251 from vespa-engine/bratseth/operatorsv8.61.17Henning Baldersheim2022-09-282-32/+30
|\ | | | | Bratseth/operators
| * Use tensor vocabularyJon Bratseth2022-09-282-8/+8
| |
| * Drop 'arithmetic' from nameJon Bratseth2022-09-282-30/+30
| |
| * Fold comparisons into the other operatorsJon Bratseth2022-09-281-6/+4
| |
* | 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.
* Use ArithmeticNode.resolve instead of creating a new one explicit.Henning Baldersheim2022-09-211-2/+32
|
* Avoid confusing the reader by starting off with OR. Just use null instead.Henning Baldersheim2022-09-211-2/+1
|
* Short circuit boolean expressionsJon Bratseth2022-09-212-1/+107
| | | | | | | | Short circuit boolean expressions by converting them to (nested) if expressions. This also fixes a bug in Java expression evaluation where evaluation of arithmetic operations with the same precedence would be from right to left rather than left to right.
* Revert "Revert "Revert "Short circuit boolean expressions"""Henning Baldersheim2022-09-212-107/+1
|
* Revert "Revert "Short circuit boolean expressions""Henning Baldersheim2022-09-212-1/+107
|
* Revert "Short circuit boolean expressions"Arnstein Ressem2022-09-202-107/+1
|
* Merge pull request #24135 from vespa-engine/bratseth/boolean-shortcircuitHenning Baldersheim2022-09-202-1/+107
|\ | | | | Short circuit boolean expressions
| * Update BooleanExpressionTransformer.javaHenning Baldersheim2022-09-201-1/+1
| |
| * Short circuit boolean expressionsJon Bratseth2022-09-202-1/+107
| | | | | | | | | | | | | | | | Short circuit boolean expressions by converting them to (nested) if expressions. This also fixes a bug in Java expression evaluation where evaluation of arithmetic operations with the same precedence would be from right to left rather than left to right.
* | Do not log disk access warning when using an imported complex field in summary.Geir Storli2022-09-195-12/+30
|/
* Send model pathsJon Bratseth2022-09-171-8/+3
|
* Allow dynamic transforms on array<string> summary fields.Geir Storli2022-09-136-29/+86
|
* Remove summarymap config that is no longer used.Geir Storli2022-09-081-1/+0
|
* Remove producing of summarymap config from the config model.Geir Storli2022-09-075-161/+54
| | | | The search backend is no longer using this config.
* Warn oonce per summaryJon Bratseth2022-09-051-6/+12
|
* Also add option to turn split optimisation off.Henning Baldersheim2022-08-311-0/+2
|
* Remove option to specify delay with feature flag.Henning Baldersheim2022-08-311-3/+0
|
* Duplicate summarymap config into summary config.Geir Storli2022-08-293-35/+58
| | | | This prepares for the removal of summarymap config.
* Minor cleanup while reading code.Henning Baldersheim2022-08-281-26/+17
|