summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema
Commit message (Expand)AuthorAgeFilesLines
* Align with other similar error messages.Geir Storli2023-11-081-2/+2
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-034-9/+10
* 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
* | Merge pull request #29195 from vespa-engine/toregge/dynamic-summary-fields-do...Geir Storli2023-11-021-2/+2
|\ \
| * | Dynamic summary fields don't require tokenizer.Tor Egge2023-11-021-2/+2
| |/
* / Don't censor map indexes that start with left bracket inTor Egge2023-11-021-1/+3
|/
* Use "copy" summary transform when field is only defined as summary field.Tor Egge2023-11-012-1/+66
* 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-315-15/+15
* Add attribute-tokens summary transform to config model.Tor Egge2023-10-312-5/+22
* Validate data type for tokens summary transform.Tor Egge2023-10-271-0/+59
* Don't add summary fields with tokens transform to default summary.Tor Egge2023-10-251-0/+1
* Prepare for emitting warning if summary field type is specified.Tor Egge2023-10-244-6/+95
* Remove unneeded document summary types.Tor Egge2023-10-236-26/+26
* Derive summary field type from source.Tor Egge2023-10-191-1/+1
* Fix typo in test name.Tor Egge2023-10-191-1/+1
* Rename linguistics-tokens to tokens.Tor Egge2023-10-191-3/+3
* Merge pull request #28919 from vespa-engine/arnej/global-phase-config-7Arne H Juul2023-10-171-0/+172
|\
| * check error message via Exceptions.toMessageStringArne Juul2023-10-171-14/+16
| * allow configuring normalizersArne Juul2023-10-131-0/+170
* | Add linguistics tokens document field writer.Tor Egge2023-10-161-0/+13
|/
* Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-10152-152/+153
|\
| * Correct copyright headersJon Bratseth2023-10-091-2/+0
| * Update copyrightJon Bratseth2023-10-09152-150/+153
* | Support inheriting multiple document summariesJon Bratseth2023-10-073-19/+107
|/
* 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-272-7/+37
* Simplify testsJon Bratseth2023-09-271-20/+82
* Return the expected outputJon Bratseth2023-09-272-3/+61
* Merge pull request #28623 from vespa-engine/bratseth/dynamic-summary-ngram-fi...Arne H Juul2023-09-252-3/+18
|\
| * Use OptionalIntJon Bratseth2023-09-221-3/+3
| * Output gram for summary fields where the source is gramJon Bratseth2023-09-221-0/+15
* | declare types for more rank featuresArne Juul2023-09-211-7/+9
|/
* Add utility function for custom token idsLester Solbakken2023-09-111-0/+11
* Merge pull request #28054 from vespa-engine/geirst/target-hits-max-adjustment...Arne H Juul2023-08-171-14/+45
|\
| * Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-14/+45
* | Allow infrastructure to override application typeMorten Tokle2023-08-151-1/+3
|/
* Correctly classify references to missing fieldsJon Bratseth2023-08-141-5/+5
* Always use stricter validation for complex fields with struct field attributes.Geir Storli2023-08-081-2/+2
* Add deprecation warning when using another name for attribute or indexHarald Musum2023-07-071-1/+1
* Only log warning when the stricter validation triggers.Geir Storli2023-07-041-2/+2
* Always treat each symbol as a separate tokenJon Bratseth2023-05-221-3/+3