aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-031-1/+1
| | | | | 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/+34
|\ | | | | | | | | vespa-engine/arnej/warn-when-using-array-attribute validate for array/wset attributes, take 2:
| * explain consequences in the warningArne Juul2023-11-021-1/+1
| |
| * validate for array/wset attributes, take 2:Arne Juul2023-11-012-2/+34
| | | | | | | | | | * ensure attribute(arrayfield).count does not trigger validation * log warning via deploylogger instead of throwing exception
* | Merge pull request #29222 from vespa-engine/toregge/write-to-summary-sourceGeir Storli2023-11-034-7/+32
|\ \ | | | | | | Write to summary field source.
| * | 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
| | |
* | | Add feature flag for controlling memory limits for merge operationsTor Brede Vekterli2023-11-033-4/+19
|/ /
* / Dynamic summary fields don't require tokenizer.Tor Egge2023-11-021-16/+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.
* Source for attribute-tokens summary transform is in memory.Tor Egge2023-11-011-1/+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 ↵Geir Storli2023-10-318-10/+10
|\ | | | | | | | | vespa-engine/toregge/consolidate-on-document-summary Use "document-summary" instead of "summary class" or "document summary".
| * Use "document-summary" instead of "summary class" or "document summary".Tor Egge2023-10-318-10/+10
| |
* | Merge pull request #29167 from vespa-engine/toregge/fixup-copyrightsTor Egge2023-10-311-1/+1
|\ \ | |/ |/| Update copyrights.
| * Update copyrights.Tor Egge2023-10-311-1/+1
| |
* | Add attribute-tokens summary transform to config model.Tor Egge2023-10-316-4/+30
|/
* handle functions with argumentsArne Juul2023-10-301-11/+24
| | | | | * should work as match-features and summary-features now * and they will become hidden/implicit match-feature if used from global-phase
* Merge pull request #29135 from ↵Henning Baldersheim2023-10-294-49/+3
|\ | | | | | | | | vespa-engine/balder/move-computation-of-target-num-docs-to-backend Balder/move computation of target num docs to backend
| * Fully GC resizing codeHenning Baldersheim2023-10-291-17/+0
| |
| * Fix typoHenning Baldersheim2023-10-271-1/+1
| |
| * Resolving of initialnumdocs is now done in the backend.Henning Baldersheim2023-10-273-32/+3
| |
* | Merge pull request #28903 from ↵Jon Marius Venstad2023-10-281-7/+8
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/reconfigurable-dispatcher-cleanup Always use reconfigurable dispatcher
| * | Handle local testing with Applicationjonmv2023-10-271-1/+6
| | |
| * | Always use reconfigurable dispatcherjonmv2023-10-121-9/+5
| | |
* | | Validate data type for tokens summary transform.Tor Egge2023-10-273-0/+53
| |/ |/|
* | Merge pull request #29131 from vespa-engine/jonmv/stable-known-servers-orderBjørn Christian Seime2023-10-271-1/+3
|\ \ | | | | | | Use a sorted set for known server names, used in config
| * | Use a sorted set for known server names, used in configjonmv2023-10-271-1/+3
| | |
* | | Merge pull request #29126 from vespa-engine/balder/add-deprcation-todoHenning Baldersheim2023-10-273-72/+21
|\ \ \ | | | | | | | | Add deprecation todo in content.rnc file.
| * | | Add deprecation warnings on deploy and ignore what is void.Henning Baldersheim2023-10-263-72/+21
| | | |
* | | | Merge pull request #29096 from vespa-engine/arnej/more-reserved-function-namesLester Solbakken2023-10-271-2/+23
|\ \ \ \ | |/ / / |/| | | add some more built-in function names
| * | | 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 ↵Tor Egge2023-10-264-71/+83
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/adjust-multiple-summary-transforms-in-shared-class Adjust multiple summary transforms in shared class.
| * | | | 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
| | | |
* | | | Merge pull request #29100 from vespa-engine/olaa/default9-consumerGjøran Voldengen2023-10-261-2/+2
|\ \ \ \ | |_|/ / |/| | | Add vespa9default metric set
| * | | Add vespa9default metric setOla Aunronning2023-10-251-2/+2
| |/ /
* | | Merge pull request #29102 from vespa-engine/hmusum/use-new-methodHarald Musum2023-10-251-1/+1
|\ \ \ | | | | | | | | Use new method
| * | | Use new methodHarald Musum2023-10-251-1/+1
| |/ /
* / / 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-247-37/+164
| | | | | | | | Improve resolving of summary field type from source field type.
* | Revert change to test default flavourjonmv2023-10-241-1/+1
| |
* | Actually set arch from flag for admin nodesjonmv2023-10-241-2/+3
| |
* | Only report known dimension valuesMorten Tokle2023-10-232-2/+13
| |
* | Merge pull request #29051 from vespa-engine/hmusum/add-cluster-id-to-logBjørn Christian Seime2023-10-201-3/+3
|\ \ | | | | | | Add cluster id to log message