aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema
Commit message (Expand)AuthorAgeFilesLines
* Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+5
* Detect integer fields in fieldsets.Tor Egge2023-12-071-0/+8
* Add use-estimate-for-fetch-postings feature flagHenning Baldersheim2023-12-061-0/+5
* Default value is true, so only need to set when it is not.Henning Baldersheim2023-12-041-1/+1
* Fix typoHenning Baldersheim2023-12-041-4/+4
* Control creation of temporary postinglist for non strict iterators with featu...Henning Baldersheim2023-12-041-0/+5
* Limit yql in operator to string and integer fields.Tor Egge2023-11-291-1/+5
* add special handling of "closest" featureArne Juul2023-11-231-2/+28
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-1/+0
* Register model with onnx model optionsHarald Musum2023-11-201-1/+3
* GC unused flagHenning Baldersheim2023-11-201-5/+0
* Control always-mark-phrase-expensive with feature flag.Henning Baldersheim2023-11-191-0/+5
* Merge pull request #29353 from vespa-engine/arnej/always-process-with-functio...Jon Bratseth2023-11-171-5/+5
|\
| * always process with SerializationContext (needed by unpack_bits)Arne Juul2023-11-161-5/+5
* | Include only options that control how an Onnx model is loaded in OnnxModelOpt...Harald Musum2023-11-161-2/+2
* | Use Optionals in OnnxModelOptionsHarald Musum2023-11-161-4/+4
* | Add OnnxModelOptions and use it in embeddersHarald Musum2023-11-161-20/+12
|/
* Align with other similar error messages.Geir Storli2023-11-082-4/+4
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-031-1/+1
* Merge pull request #29191 from vespa-engine/arnej/warn-when-using-array-attri...Arne H Juul2023-11-032-2/+34
|\
| * explain consequences in the warningArne Juul2023-11-021-1/+1
| * validate for array/wset attributes, take 2:Arne Juul2023-11-012-2/+34
* | Adjust comment: add rationale for writing to summary field source.Tor Egge2023-11-031-1/+6
* | Fix typo in comment.Tor Egge2023-11-031-1/+1
* | Write to summary field source.Tor Egge2023-11-034-7/+27
* | Dynamic summary fields don't require tokenizer.Tor Egge2023-11-021-16/+2
|/
* Use "copy" summary transform when field is only defined as summary field.Tor Egge2023-11-011-0/+31
* Revert "validate for array/wset attributes"Harald Musum2023-11-011-22/+2
* validate for array/wset attributesArne Juul2023-11-011-2/+22
* Merge pull request #29172 from vespa-engine/toregge/consolidate-on-document-s...Geir Storli2023-10-316-8/+8
|\
| * Use "document-summary" instead of "summary class" or "document summary".Tor Egge2023-10-316-8/+8
* | 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
|\