aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema
Commit message (Expand)AuthorAgeFilesLines
* Always treat each symbol as a separate tokenJon Bratseth2023-05-221-3/+3
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-0/+33
* Add util to export derived config files from a schema file.Geir Storli2023-04-271-0/+52
* Add vmsfields config for nearest neighbor search on supported tensor fields.Geir Storli2023-04-141-0/+5
* use ExpressionFunction.Instance for consistencyArne Juul2023-03-221-1/+1
* use Integer.toHexString on hashcodeArne Juul2023-03-211-1/+1
* add unit testArne Juul2023-03-201-0/+27
* - avoid unintentionally duplicated rank-propertiesArne Juul2023-03-201-1/+1
* Remove bad annotation.Tor Egge2023-03-171-1/+0
* Add raw attributes to config model.Tor Egge2023-03-172-50/+74
* add special handling of TensorFunctionNode containing Generate functionArne Juul2023-03-141-0/+5
* unit test with problematic .sd from system testArne Juul2023-03-021-0/+5
* add component modelingArne Juul2023-02-241-0/+22
* Handle schema files with no contentJon Bratseth2023-02-073-31/+27
* container-phase -> global-phaseArne Juul2023-02-021-8/+8
* add parsing (only) of container-phase in schemaArne Juul2023-02-011-0/+37
* Use original source for dynamic summary transform.Tor Egge2023-01-271-3/+3
* Unify on Streams.toList()Henning Baldersheim2023-01-172-5/+3
* Allow hnsw index for tensors with 1 mapped and 1 indexed dimension.Geir Storli2023-01-131-4/+14
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-2/+2
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-2/+2
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-2/+2
* 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 config...Henning Baldersheim2022-12-011-3/+4
* Test the MS marco notebook app application packageJon Bratseth2022-11-141-0/+44
* Support match:cased on index fieldsJon Bratseth2022-11-021-0/+48
* Optimize importsHarald Musum2022-10-241-2/+0
* More input tests and better error messageJon Bratseth2022-10-191-0/+70
* Merge branch 'master' into balder/gc-unused-phrase-flagsHenning Baldersheim2022-10-171-10/+24
|\
| * Allow paged setting for tensor attributes without fast-rank setting.Tor Egge2022-10-101-10/+24
* | GC unused phrase flags.Henning Baldersheim2022-10-061-1/+1
|/
* Merge pull request #24285 from vespa-engine/bratseth/optimize-primitives-only...Jon Marius Venstad2022-10-032-43/+76
|\
| * Revert "Merge pull request #24279 from vespa-engine/jonmv/revert-GC-heaven-co...Jon Bratseth2022-10-032-43/+76
* | Merge pull request #24280 from vespa-engine/bratseth/update-terminologyLester Solbakken2022-10-031-6/+7
|\ \ | |/ |/|
| * Update terminologyJon Bratseth2022-10-031-6/+7
* | Revert "Merge pull request #24257 from vespa-engine/bratseth/boolean-optimize...jonmv2022-10-022-76/+43
* | No configuration of phrase splitting needed.Henning Baldersheim2022-09-301-5/+4
|/
* Merge pull request #24258 from vespa-engine/balder/always-use-bitvector-if-it...Henning Baldersheim2022-09-291-6/+8
|\
| * Warn if enable-bit-vectors is used. It is default and has no effect any longer.Henning Baldersheim2022-09-291-6/+8
* | Only optimize boolean expressions on primitivesJon Bratseth2022-09-292-43/+76
|/
* Follow name changeJon Bratseth2022-09-291-1/+1
* Use consistent terminologyJon Bratseth2022-09-296-17/+17
* Merge pull request #24251 from vespa-engine/bratseth/operatorsv8.61.17Henning Baldersheim2022-09-283-5/+32
|\
| * Drop 'arithmetic' from nameJon Bratseth2022-09-281-3/+3
| * Fold comparisons into the other operatorsJon Bratseth2022-09-282-3/+3
| * Simplify: Use lambdaJon Bratseth2022-09-271-0/+27
* | GC unused enable-bitvector flagHenning Baldersheim2022-09-282-10/+9
|/
* Actually use the generated contextHenning Baldersheim2022-09-211-2/+2