aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/RankProfile.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid deprecated APIsJon Bratseth2022-01-041-1/+1
* fix two missing replacements after copy-pasteArne H Juul2021-11-081-2/+2
* let match-features inherit alsoArne H Juul2021-11-081-0/+24
* add match-features in config-modelArne H Juul2021-11-031-0/+22
* Consistently use -/_Henning Baldersheim2021-10-271-1/+1
* onrerank -> on-first-phase and add on-second-phaseHenning Baldersheim2021-10-251-4/+4
* Update execute -> mutate with '+=', '-=' and '='Henning Baldersheim2021-10-251-6/+7
* ImmutableSearch -> ImmutableSchemaJon Bratseth2021-10-181-3/+3
* Inherit rank profilesJon Bratseth2021-10-181-4/+5
* search -> schemaJon Bratseth2021-10-151-5/+5
* Add support for control of execute on match, rerank, and summary.Henning Baldersheim2021-10-121-0/+20
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* GC fully deployed featuer flag enforce-rank-profile-inheritanceHenning Baldersheim2021-09-271-12/+2
* Use a single cached object to make logic simpler and only update on object.Henning Baldersheim2021-09-141-10/+20
* Cache list that is potentially hard to compute.Henning Baldersheim2021-09-141-5/+14
* Expose ownership of RankingConstants so thread safety is explicit.Henning Baldersheim2021-09-141-11/+10
* Avoid stack overflow for function inlining caseLester Solbakken2021-09-091-0/+4
* Log as application warningHenning Baldersheim2021-09-081-1/+1
* Allow inheriting any rankprofile until enforcing is enabled explicit.Henning Baldersheim2021-09-081-4/+14
* If you seemingly inherit yourself, just assume that you try to inherit the sa...Henning Baldersheim2021-09-071-3/+17
* Use fully qualified rank-profile namesHenning Baldersheim2021-09-071-3/+8
* It is too early to check inheritance during parsing. We must wait until all s...Henning Baldersheim2021-09-071-9/+0
* Detect cyclic inheritance.Henning Baldersheim2021-09-071-4/+19
* Verify that you can not inherit yourself.Henning Baldersheim2021-09-071-0/+9
* Enable feature flag control over rank-profile inheritance verification.Henning Baldersheim2021-09-071-2/+10
* Verify that rank profile inheritance is correct and sound. The rank profile m...Henning Baldersheim2021-09-071-12/+18
* Revert "Balder/resolve inhertitance early"Henning Baldersheim2021-09-071-12/+2
* Handle that inherited rank-profile might not be registered yet.Henning Baldersheim2021-09-041-1/+7
* Resolve inhertiance earlyHenning Baldersheim2021-09-041-5/+9
* Revert local optimisation and instead use a cache, that will effect all use o...Henning Baldersheim2021-09-041-10/+15
* In order to avoid the quadratic cost of creating a new functions map detect w...Henning Baldersheim2021-09-031-1/+13
* Since the automatic generation of RankProfiles from global standalone onnx mo...Henning Baldersheim2021-08-181-2/+7
* Wire in fileregistry to RankingConstants and OnnxModels.Henning Baldersheim2021-08-171-6/+2
* Undo auto formatHenning Baldersheim2021-06-021-71/+25
* Distributing the external rankfiles was a dead end due to th eprocessing taki...Henning Baldersheim2021-06-021-69/+0
* 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
* Use inheritance information from the uncompiled rankprofile to sort out whenHenning Baldersheim2021-05-311-9/+34
* Merge pull request #17934 from vespa-engine/lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-281-2/+6
|\
| * Merge branch 'master' into lesters/wire-in-stateless-onnx-rtLester Solbakken2021-05-271-26/+67
| |\
| * | Wire in stateless ONNX runtime evaluationLester Solbakken2021-05-211-2/+6
* | | Log instead of throwing on identical redefinition of rank-expressions.Henning Baldersheim2021-05-271-1/+1
* | | Use the flag distribute-external-rank-expression to enable distribution (not ...Henning Baldersheim2021-05-271-9/+9
| |/ |/|
* | Do not use external expressions.Henning Baldersheim2021-05-261-0/+2
* | Use underscore as separator as dot has semantic meaning.Henning Baldersheim2021-05-251-1/+1
* | Us fully qualified expression name.Henning Baldersheim2021-05-251-1/+1
* | 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-241-5/+50
* | Revert "Produce ranking-expressions config."Harald Musum2021-05-241-50/+5
* | Produce ranking-expressions config.Henning Baldersheim2021-05-241-5/+50