summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema
Commit message (Collapse)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
| | | | | They have not been used for a long time (summary field source field is used instead).
* Merge pull request #29191 from ↵Arne H Juul2023-11-032-2/+50
|\ | | | | | | | | vespa-engine/arnej/warn-when-using-array-attribute validate for array/wset attributes, take 2:
| * explain consequences in the warningArne Juul2023-11-021-2/+2
| |
| * validate for array/wset attributes, take 2:Arne Juul2023-11-012-2/+50
| | | | | | | | | | * ensure attribute(arrayfield).count does not trigger validation * log warning via deploylogger instead of throwing exception
* | Write to summary field source.Tor Egge2023-11-033-1/+43
| |
* | Merge pull request #29195 from ↵Geir Storli2023-11-021-2/+2
|\ \ | | | | | | | | | | | | vespa-engine/toregge/dynamic-summary-fields-dont-require-tokenizer Dynamic summary fields don't require tokenizer.
| * | Dynamic summary fields don't require tokenizer.Tor Egge2023-11-021-2/+2
| |/ | | | | | | | | | | Tokenization is enabled by the presence of an index expression in the indexing script for the field, and the annotated strings containing the result of tokenization are written to the document field.
* / Don't censor map indexes that start with left bracket inTor Egge2023-11-021-1/+3
|/ | | | readAndCensorIndexes.
* 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
| | | | Improve resolving of summary field type from source field type.
* 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
|\ | | | | allow configuring normalizers
| * 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
|\ | | | | Update copyright
| * 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
| | | | | | | | | | | 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-252-3/+18
|\ | | | | | | | | vespa-engine/bratseth/dynamic-summary-ngram-fields Bratseth/dynamic summary ngram fields
| * 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 ↵Arne H Juul2023-08-171-14/+45
|\ | | | | | | | | vespa-engine/geirst/target-hits-max-adjustment-factor Control the auto-adjustment of targetHits in ANN using post-filtering.
| * Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-151-14/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When searching the HNSW index in a post-filtering case, targetHits is auto-adjusted in an effort to still expose targetHits hits to first-phase ranking after post-filtering. The following formula is now used to ensure an upper bound of adjustedTargetHits, avoiding that the search in the HNSW index takes too long. adjustedTargetHits = min(targetHits / estimatedHitRatio, targetHits * targetHitsMaxAdjustmentFactor). The target-hits-max-adjustment-factor can be set in a rank profile and overriden per query. The value is in the range [1.0,inf], with the default being 20.0. When setting this to 1.0, auto-adjustment of targetHits is effectively disabled.
* | 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
| | | | | The stricter validation will eventually be made default after all cloud applications are upgraded.
* Always treat each symbol as a separate tokenJon Bratseth2023-05-221-3/+3
|