summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29560 from ↵Henning Baldersheim2023-12-053-18/+1
|\ | | | | | | | | vespa-engine/hmusum/cleanup-adminClusterNodeResourcesArchitecture GC adminClusterNodeResourcesArchitecture, not used in config-model
| * GC adminClusterNodeResourcesArchitecture, not used in config-modelHarald Musum2023-12-053-18/+1
| |
* | Make sure to set JVM options also when there is no nodes element in services.xmlHarald Musum2023-12-052-0/+20
|/
* 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 ↵Henning Baldersheim2023-12-041-0/+5
| | | | feature flag.
* Added RateLimitingSearcher to PlatformBundlesBjørn Meland2023-11-301-0/+1
|
* Limit yql in operator to string and integer fields.Tor Egge2023-11-2932-1/+301
|
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-242-2/+2
|
* jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-232-30/+26
| | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* add special handling of "closest" featureArne Juul2023-11-233-2/+86
|
* check all rank profiles of schema for global-phaseArne Juul2023-11-211-2/+10
|
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-212-14/+8
|
* Merge pull request #29388 from ↵Harald Musum2023-11-219-57/+25
|\ | | | | | | | | vespa-engine/hmusum/register-with-onnx-model-options Register model with onnx model options
| * Register model with onnx model optionsHarald Musum2023-11-209-57/+25
| |
* | Remove unused adminClusterArchitectureHarald Musum2023-11-201-1/+0
|/
* 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 ↵Jon Bratseth2023-11-174-6/+37
|\ | | | | | | | | vespa-engine/arnej/always-process-with-function-context always process with SerializationContext (needed by unpack_bits)
| * always process with SerializationContext (needed by unpack_bits)Arne Juul2023-11-164-6/+37
| |
* | Include only options that control how an Onnx model is loaded in ↵Harald Musum2023-11-165-141/+114
| | | | | | | | OnnxModelOptions
* | Use Optionals in OnnxModelOptionsHarald Musum2023-11-165-114/+132
| |
* | Add OnnxModelOptions and use it in embeddersHarald Musum2023-11-165-157/+201
|/
* Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-133-0/+28
|
* Merge pull request #29252 from vespa-engine/arnej/add-unpack-bits-from-int8Arne H Juul2023-11-106-0/+108
|\ | | | | add "unpack_bits" function
| * unpack_bits_from_int8 -> unpack_bitsArne Juul2023-11-101-1/+1
| |
| * add "unpack_bits_from_int8" functionArne Juul2023-11-106-0/+108
| |
* | Remove unnecessary code for producing filedistributorrpc configHarald Musum2023-11-1010-113/+3
|/ | | | Config value is always the same for a node, make it simple
* Align with other similar error messages.Geir Storli2023-11-083-6/+6
|
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-0311-44/+17
| | | | | 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-034-4/+84
|\ | | | | | | | | vespa-engine/arnej/warn-when-using-array-attribute validate for array/wset attributes, take 2:
| * explain consequences in the warningArne Juul2023-11-022-3/+3
| |
| * validate for array/wset attributes, take 2:Arne Juul2023-11-014-4/+84
| | | | | | | | | | * 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-038-9/+76
|\ \ | | | | | | 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-038-9/+71
| | |
* | | Add feature flag for controlling memory limits for merge operationsTor Brede Vekterli2023-11-034-4/+49
|/ /
* | Merge pull request #29195 from ↵Geir Storli2023-11-027-32/+16
|\ \ | | | | | | | | | | | | 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-027-32/+16
| |/ | | | | | | | | | | 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-022-9/+11
|/ | | | readAndCensorIndexes.
* 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-015-11/+107
|
* Revert "validate for array/wset attributes"Harald Musum2023-11-012-48/+4
|
* validate for array/wset attributesArne Juul2023-11-012-4/+48
|
* Merge pull request #29172 from ↵Geir Storli2023-10-3113-25/+25
|\ | | | | | | | | 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-3113-25/+25
| |
* | 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-318-9/+52
|/