aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Classify missing node tag for cloud prod as illegal argumentJon Bratseth2023-05-161-4/+2
* add filtering to hide implicitly added match featuresArne Juul2023-05-112-2/+31
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-1/+1
* for document-summary blocks:Arne Juul2023-04-212-2/+34
* wait until later with new metric nameArne Juul2023-04-201-1/+1
* add two names for distance metricsArne Juul2023-04-202-1/+2
* Merge pull request #26742 from vespa-engine/geirst/vsmfields-nearest-neighbor...Geir Storli2023-04-142-26/+57
|\
| * Add vmsfields config for nearest neighbor search on supported tensor fields.Geir Storli2023-04-142-26/+57
* | Ignore input also listed in intializers when parsing metadata from modelBjørn Christian Seime2023-04-131-5/+1
|/
* Merge pull request #26668 from vespa-engine/bratseth/use-visitorv8.151.21Henning Baldersheim2023-04-121-1/+1
|\
| * Replace reflection by visitorJon Bratseth2023-03-311-1/+1