summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/RankProfile.java
Commit message (Expand)AuthorAgeFilesLines
* update language in warning, add TODOArne H Juul2022-03-071-2/+2
* allow adding MutateOperation directlyArne H Juul2022-03-031-4/+7
* Nicer error messageJon Bratseth2022-02-281-8/+9
* also keep mutate operationsArne H Juul2022-02-251-2/+2
* Add strict type checking option to query profilesJon Bratseth2022-02-251-0/+24
* Allow multiple settings if they are equalJon Bratseth2022-02-241-46/+51
* Resolve slice dimensionJon Bratseth2022-02-161-1/+2
* Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-021-8/+8
* Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-021-8/+8
* Revert "Revert "Bratseth/avoid schema dir""Jon Bratseth2022-02-021-10/+9
* Revert "Bratseth/avoid schema dir"Harald Musum2022-02-011-9/+10
* Resolve once, after each changeJon Bratseth2022-02-011-10/+9
* Support multiple inheritance of rank profilesJon Bratseth2022-01-281-214/+239
* Modular rank profilesJon Bratseth2022-01-261-2/+2
* Cleanup: No functional changesJon Bratseth2022-01-241-40/+45
* Classify exceptions better to avoid unnecessary stack tracesJon Bratseth2022-01-211-1/+1
* 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