summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition
Commit message (Expand)AuthorAgeFilesLines
* Since the automatic generation of RankProfiles from global standalone onnx mo...Henning Baldersheim2021-08-181-2/+7
* Do registration of references early and only use fileReferences when sending.Henning Baldersheim2021-08-174-14/+23
* Wire in fileregistry to RankingConstants and OnnxModels.Henning Baldersheim2021-08-176-14/+25
* Wire in the FileRegistry explicit and separately. Not via FileDistributor.Henning Baldersheim2021-08-167-32/+45
* Merge pull request #18723 from vespa-engine/balder/add-swapable-attribute-optionHenning Baldersheim2021-08-123-14/+30
|\
| * swappable -> pagedHenning Baldersheim2021-08-123-23/+23
| * Control swappableHenning Baldersheim2021-08-123-3/+19
* | Improve sanity check for blobs.Henning Baldersheim2021-08-121-2/+10
* | Revert "Revert "Wire in sending large rankprofiles as files controlled by fea...Henning Baldersheim2021-08-121-0/+20
|/
* Add validation of attribute fields using bool type, ensuring the collection t...Geir Storli2021-07-122-0/+37
* Revert "Wire in sending large rankprofiles as files controlled by feature flag"Harald Musum2021-07-021-20/+0
* Merge pull request #18523 from vespa-engine/geirst/omit-summary-featuresGeir Storli2021-07-021-1/+4
|\
| * Support setting "omit-summary-features" for a document summary in the SD schema.Geir Storli2021-07-021-1/+4
* | Wire in sending large rankprofiles as files controlled by feature flagHenning Baldersheim2021-07-021-0/+20
|/
* No functional changesJon Bratseth2021-06-284-26/+16
* Add feature falg for controlling onnx dryrun verification.Henning Baldersheim2021-06-231-0/+4
* Cleanup, no functional changesJon Bratseth2021-06-171-1/+0
* Internal structs take precedence over external documentsJon Bratseth2021-06-173-15/+15
* Rename RankExpressionFiles -> LargeRankExpressions and RankExpressionFile -> ...Henning Baldersheim2021-06-109-103/+82
* Wire in sendBlob interfaceHenning Baldersheim2021-06-091-11/+29
* Unify how property names are generated and decomposed.Henning Baldersheim2021-06-091-3/+3
* Undo auto formatHenning Baldersheim2021-06-021-71/+25
* Distributing the external rankfiles was a dead end due to th eprocessing taki...Henning Baldersheim2021-06-022-108/+7
* Unify handling of functions and fisrphase/secondphaseHenning Baldersheim2021-06-011-53/+110
* GC unused use-bucket-executor-for-prune-removed flagHenning Baldersheim2021-06-011-3/+2
* Guard deriving of file expression behind flagHenning Baldersheim2021-05-311-4/+4
* Update abi and deprecate unused method.Henning Baldersheim2021-05-311-2/+2
* Use inheritance information from the uncompiled rankprofile to sort out whenHenning Baldersheim2021-05-312-88/+127
* Merge pull request #17934 from vespa-engine/lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-285-18/+16
|\
| * Merge branch 'master' into lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-2714-241/+348
| |\
| * | Move adding os inputs and outputs of ONNX models into OnnxModelLester Solbakken2021-05-272-15/+6
| * | Add compatibility for old ONNX default signature importLester Solbakken2021-05-271-1/+1
| * | Wire in stateless ONNX runtime evaluationLester Solbakken2021-05-214-4/+11
* | | Update config-model/src/main/java/com/yahoo/searchdefinition/RankExpressionFi...Henning Baldersheim2021-05-271-1/+1
* | | Update config-model/src/main/java/com/yahoo/searchdefinition/RankExpressionFi...Henning Baldersheim2021-05-271-1/+1
* | | Fix typoHenning Baldersheim2021-05-271-2/+2
* | | Log instead of throwing on identical redefinition of rank-expressions.Henning Baldersheim2021-05-272-4/+16
* | | Use the flag distribute-external-rank-expression to enable distribution (not ...Henning Baldersheim2021-05-271-9/+9
* | | Forward deployment properties so that we can use featureflags earlier in the ...Henning Baldersheim2021-05-274-43/+69
| |/ |/|
* | Wire the deploylogger in the constructor of SearchBuilder to avoid passing it...Henning Baldersheim2021-05-271-52/+49
* | Wire the deploylogger into serach so that it is available during parsing.Henning Baldersheim2021-05-262-15/+26
* | GC unused codeHenning Baldersheim2021-05-261-4/+4
* | GC unused code.Henning Baldersheim2021-05-261-9/+0
* | Do not use external expressions.Henning Baldersheim2021-05-262-2/+3
* | Disable distribution of rank-expression files.Henning Baldersheim2021-05-261-1/+2
* | Use underscore as separator as dot has semantic meaning.Henning Baldersheim2021-05-251-1/+1
* | Us fully qualified expression name.Henning Baldersheim2021-05-252-2/+2
* | Use external rank expressions, gated by feature flag.Henning Baldersheim2021-05-251-1/+6
* | Must add name of the rankprofile to make the macro unique.Henning Baldersheim2021-05-241-4/+7
* | Revert "Revert "Produce ranking-expressions config.""Henning Baldersheim2021-05-246-25/+89