aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/derived
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-273-25/+36
|\
| * Us fully qualified expression name.Henning Baldersheim2021-05-251-1/+1
| |
| * Use external rank expressions, gated by feature flag.Henning Baldersheim2021-05-251-1/+6
| |
| * Revert "Revert "Produce ranking-expressions config.""Henning Baldersheim2021-05-243-20/+25
| |
| * Revert "Produce ranking-expressions config."Harald Musum2021-05-243-25/+20
| |
| * Produce ranking-expressions config.Henning Baldersheim2021-05-243-20/+25
| |
| * Add currently unused config to interfaceHenning Baldersheim2021-05-231-4/+5
| |
* | Wire in stateless ONNX runtime evaluationLester Solbakken2021-05-211-0/+3
|/
* Don't add onnx models quite yetLester Solbakken2021-05-201-3/+0
|
* Evaluate ONNX models in model-evaluation with ONNX RTLester Solbakken2021-05-201-1/+8
|
* Prepare for raw fields to be presented as base64 encoded in summary.Henning Baldersheim2021-05-192-6/+9
|
* Use explicit import and final members where you can.Henning Baldersheim2021-05-171-2/+14
|
* Log application package warnings using logApplicationPackage()Valerij Fredriksen2021-04-261-1/+1
|
* Propagate query cased/uncased control-to-attributes.Henning Baldersheim2021-04-211-0/+10
|
* Maps and arrays of structs has false doesAttributing so getAttribute() must ↵Henning Baldersheim2021-04-121-1/+3
| | | | be considered too.
* Add lowercase commands to string attributes too.Henning Baldersheim2021-04-121-5/+32
|
* Add cased/uncased to match settings too.Henning Baldersheim2021-04-121-1/+2
| | | | Only allow btree uncase/uncased, and hash:cased/cased for now.
* Control cased/uncased in dictionary settingHenning Baldersheim2021-04-121-0/+10
|
* Multivalue numeric fields are also numeric.Henning Baldersheim2021-03-271-1/+1
|
* Add dictionary control for numeric fields.Henning Baldersheim2021-03-231-0/+17
|
* Non-functional changes onlyJon Bratseth2021-02-211-7/+6
|
* Move non-permanent feature flags to ModelContext.FeatureFlagsBjørn Christian Seime2020-12-031-1/+1
|
* Reapply resolving onnx model typesLester Solbakken2020-10-282-6/+6
| | | | This reverts commit de5e15528fca545b2a9ccbb1386c5590e11fa383.
* Revert "Lesters/revert revert resolve onnx model types"Lester Solbakken2020-10-272-6/+6
|
* Revert "Revert "Add type resolving for ONNX models""Lester Solbakken2020-10-252-6/+6
| | | | This reverts commit 882d574ab53e8d10a2a8765a64487c20661dc63f.
* Revert "Add type resolving for ONNX models"Arnstein Ressem2020-10-242-6/+6
|
* Add type resolving for ONNX modelsLester Solbakken2020-10-222-6/+6
|
* Signal deference of config change application until restartJon Bratseth2020-10-091-0/+1
| | | | | | When a restart needs to be done, processes should not apply new config until restarted. This signals to clusters in the config model when this obtains, but this is a no-op for now.
* No functional changesJon Bratseth2020-09-251-2/+2
|
* Add explicit config for onnx modelsLester Solbakken2020-09-182-9/+51
|
* Add config generation for models evaluated via ONNXRTLester Solbakken2020-09-021-1/+20
|
* Move any single set_language operation to the topJon Bratseth2020-08-062-38/+73
|
* ignore unused configArne Juul2020-06-261-2/+0
|
* Add flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-0/+1
|
* Support specifying a distance metric for nearest neighbor search when not ↵Geir Storli2020-05-121-0/+1
| | | | | | having a hnsw index. This also changes the syntax in the sd file to specifying the distance metric in the attribute tag.
* Remove unused importLester Solbakken2020-04-261-1/+0
|
* Add functions used by firstphase, secondphase and summary firstLester Solbakken2020-04-261-12/+23
|
* Add 'predicate' as index command to all predicate fieldsBjørn Christian Seime2020-04-141-0/+2
|
* move distance-metric specification, part 1Arne Juul2020-03-271-1/+2
| | | | | | | * move distance-metric in grammar, and change wiring within config-model. It still has the same place in generated config and only has effect if hnsw index is specified.
* Merge pull request #12671 from vespa-engine/arnej/configurable-distance-metricsArne H Juul2020-03-241-0/+2
|\ | | | | Arnej/configurable distance metrics
| * make HNSW distance metric configurableArne Juul2020-03-231-0/+2
| |
* | Remove phrase-segmentation flagJon Bratseth2020-03-232-19/+12
|/
* Propagate phrase-segmenting to fieldsetsJon Bratseth2020-03-031-6/+19
|
* Revert "Revert "Bratseth/phrase segmenting feature flag""Jon Bratseth2020-03-032-3/+16
| | | | This reverts commit c72315a338a02858c8371d3d70fe091c43b672dd.
* Revert "Bratseth/phrase segmenting feature flag"Arnstein Ressem2020-03-032-16/+3
|
* Add phrase-segmenting flagJon Bratseth2020-03-022-3/+16
|
* Add support for specifying a hnsw index together with a 1-dimensional ↵Geir Storli2020-02-172-3/+17
| | | | indexed tensor.
* Merge pull request #12160 from ↵Jon Bratseth2020-02-131-3/+14
|\ | | | | | | | | vespa-engine/bratseth/anonymous-query-profile-types-take-3 Bratseth/anonymous query profile types take 3
| * Add a testJon Bratseth2020-02-051-0/+5
| |
| * Revert "Merge pull request #12060 from ↵Jon Bratseth2020-02-051-3/+9
| | | | | | | | | | | | | | vespa-engine/revert-12040-bratseth/anonymous-query-profile-types-take-2" This reverts commit 558506aa9008c5255f849892f476c819391f06a7, reversing changes made to 17e572d4dad3c9e5040544072dbdc9f7a703e7bd.