aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29167 from vespa-engine/toregge/fixup-copyrightsTor Egge2023-10-311-1/+1
|\
| * Update copyrights.Tor Egge2023-10-311-1/+1
* | Add attribute-tokens summary transform to config model.Tor Egge2023-10-315-2/+27
|/
* handle functions with argumentsArne Juul2023-10-301-11/+24
* Validate data type for tokens summary transform.Tor Egge2023-10-272-0/+51
* Merge pull request #29096 from vespa-engine/arnej/more-reserved-function-namesLester Solbakken2023-10-271-2/+23
|\
| * add more reserved functions namesArne Juul2023-10-261-0/+8
| * add some more built-in function namesArne Juul2023-10-251-2/+15
* | Merge pull request #29120 from vespa-engine/toregge/adjust-multiple-summary-t...Tor Egge2023-10-264-71/+83
|\ \
| * | Adjust multiple summary transforms in shared class.Tor Egge2023-10-264-71/+83
* | | keep the implicit (hidden) match features in a separate set in RankProfileArne Juul2023-10-262-12/+9
|/ /
* | avoid losing inherited match-features when adding implicit onesArne Juul2023-10-261-2/+4
* | Don't add summary fields with tokens transform to default summary.Tor Egge2023-10-251-0/+1
|/
* Extend class comment for SummaryFieldTypeResolver.Tor Egge2023-10-241-0/+4
* Prepare for emitting warning if summary field type is specified.Tor Egge2023-10-246-37/+140
* Derive summary field type from source.Tor Egge2023-10-191-0/+6
* Rename linguistics-tokens to tokens.Tor Egge2023-10-195-8/+8
* Non-functional changes onlyJon Bratseth2023-10-181-2/+1
* Merge pull request #28919 from vespa-engine/arnej/global-phase-config-7Arne H Juul2023-10-175-18/+289
|\
| * allow configuring normalizersArne Juul2023-10-135-18/+289
* | Add linguistics tokens document field writer.Tor Egge2023-10-165-2/+11
|/
* Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-10202-195/+202
|\
| * Update copyrightJon Bratseth2023-10-09202-195/+202
* | Support inheriting multiple document summariesJon Bratseth2023-10-073-8/+5
|/
* Merge pull request #28699 from vespa-engine/bratseth/smarter-inputJon Bratseth2023-09-294-22/+22
|\
| * Remove stacktrace printingJon Bratseth2023-09-291-1/+0
| * Return the expected outputJon Bratseth2023-09-274-22/+23
* | use equals to compare OptionalInt instancesArne Juul2023-09-281-1/+1
|/
* Merge pull request #28623 from vespa-engine/bratseth/dynamic-summary-ngram-fi...Arne H Juul2023-09-253-13/+22
|\
| * Use OptionalIntJon Bratseth2023-09-223-13/+15
| * Output gram for summary fields where the source is gramJon Bratseth2023-09-221-1/+8
* | declare types for more rank featuresArne Juul2023-09-211-4/+18
|/
* Merge pull request #28566 from vespa-engine/arnej/avoid-recomputing-match-fea...Arne H Juul2023-09-212-0/+9
|\
| * if something is already a match-feature, avoid computing it again in global-p...Arne Juul2023-09-182-0/+9
* | get rid of input which is already gotten from queryArne Juul2023-09-181-3/+1
|/
* Add utility function for custom token idsLester Solbakken2023-09-111-18/+43
* Shallow clone is sufficient for onnxmodelLester Solbakken2023-08-301-11/+7
* Add cluster specific settings for model evaluationLester Solbakken2023-08-293-2/+30
* get line number and contextArne Juul2023-08-241-1/+1
* Control the auto-adjustment of targetHits in ANN using post-filtering.Geir Storli2023-08-154-0/+23
* Correctly classify references to missing fieldsJon Bratseth2023-08-143-12/+9
* Always use stricter validation for complex fields with struct field attributes.Geir Storli2023-08-084-21/+16
* Don't scale down if we are likely to scale back upJon Bratseth2023-07-201-4/+4
* Remove unused, stale stuff related to index-toHarald Musum2023-07-081-1/+1
* Only log warning when the stricter validation triggers.Geir Storli2023-07-044-16/+21
* Improve validation of complex fields using struct field attributes.Geir Storli2023-07-031-0/+16
* Add feature falg control of new nested multivalue grouping.Henning Baldersheim2023-06-291-0/+5
* Merge pull request #27382 from vespa-engine/bratseth/validate-prefix-matching...Arne H Juul2023-06-135-9/+118
|\
| * Move to SchemaInfoJon Bratseth2023-06-125-9/+118
* | avoid having "index" command for fields without an indexArne Juul2023-06-081-1/+3
|/