summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/processing
Commit message (Expand)AuthorAgeFilesLines
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-033-8/+9
* Merge pull request #29191 from vespa-engine/arnej/warn-when-using-array-attri...Arne H Juul2023-11-032-2/+50
|\
| * explain consequences in the warningArne Juul2023-11-021-2/+2
| * validate for array/wset attributes, take 2:Arne Juul2023-11-012-2/+50
* | Write to summary field source.Tor Egge2023-11-033-1/+43
* | Dynamic summary fields don't require tokenizer.Tor Egge2023-11-021-2/+2
|/
* Use "copy" summary transform when field is only defined as summary field.Tor Egge2023-11-011-0/+65
* Revert "validate for array/wset attributes"Harald Musum2023-11-011-26/+2
* validate for array/wset attributesArne Juul2023-11-011-2/+26
* Use "document-summary" instead of "summary class" or "document summary".Tor Egge2023-10-313-5/+5
* Add attribute-tokens summary transform to config model.Tor Egge2023-10-311-1/+1
* Validate data type for tokens summary transform.Tor Egge2023-10-271-0/+59
* Prepare for emitting warning if summary field type is specified.Tor Egge2023-10-242-3/+3
* Remove unneeded document summary types.Tor Egge2023-10-233-4/+4
* 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
* Merge pull request #28623 from vespa-engine/bratseth/dynamic-summary-ngram-fi...Arne H Juul2023-09-251-3/+3
|\
| * 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
* 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 config...Henning Baldersheim2022-12-011-3/+4
* Allow paged setting for tensor attributes without fast-rank setting.Tor Egge2022-10-101-10/+24
* Merge pull request #24285 from vespa-engine/bratseth/optimize-primitives-only...Jon Marius Venstad2022-10-031-17/+34
|\
| * Revert "Merge pull request #24279 from vespa-engine/jonmv/revert-GC-heaven-co...Jon Bratseth2022-10-031-17/+34
* | 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-021-34/+17
|/
* Only optimize boolean expressions on primitivesJon Bratseth2022-09-291-17/+34
* Use consistent terminologyJon Bratseth2022-09-292-8/+8
* Merge pull request #24251 from vespa-engine/bratseth/operatorsv8.61.17Henning Baldersheim2022-09-281-1/+1
|\
| * Fold comparisons into the other operatorsJon Bratseth2022-09-281-1/+1