summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/searchdefinition/RankProfile.java
Commit message (Expand)AuthorAgeFilesLines
* Imported ML model robustnessJon Bratseth2018-09-271-10/+25
* Revert "Merge pull request #7094 from vespa-engine/revert-7070-bratseth/rank-...Jon Bratseth2018-09-251-7/+10
* Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-251-10/+7
* Move types to ExpressionFunctionJon Bratseth2018-09-231-14/+8
* Propagate input type informationJon Bratseth2018-09-211-1/+1
* Resolve types of all argument-less functionsJon Bratseth2018-09-201-7/+16
* Don't build rank profiles when generating document Java classesJon Bratseth2018-09-181-3/+3
* Nonfunctional changes onlyJon Bratseth2018-09-171-8/+12
* Refactor: No separate string accessorsJon Bratseth2018-09-171-22/+0
* Don't store expression stringsJon Bratseth2018-09-171-18/+12
* Refactor: Don't reparseJon Bratseth2018-09-171-27/+0
* Refactor: Eagerly parse first and second phaseJon Bratseth2018-09-171-14/+16
* Refactor: macro -> functionJon Bratseth2018-09-171-52/+52
* Refactor: Macro -> RankingExpressionFunctionJon Bratseth2018-09-171-31/+29
* Refactor: Construct using ExpressionFunctionJon Bratseth2018-09-171-31/+12
* Refactor: Expose functionJon Bratseth2018-09-171-7/+7
* Refactor: Use ExpressionFunctionJon Bratseth2018-09-171-28/+13
* Refactory: Remove mutationsJon Bratseth2018-09-161-29/+2
* Refactor: Initialize all macros state at onceJon Bratseth2018-09-161-28/+42
* RefactorJon Bratseth2018-09-111-5/+2
* Create global rank profilesJon Bratseth2018-08-241-2/+5
* Cleanup rank profile registryJon Bratseth2018-08-241-3/+3
* Make field access work without searchJon Bratseth2018-08-241-3/+12
* Delegate to search through rankprofile for constantsJon Bratseth2018-08-241-11/+19
* Separate out ranking constantsJon Bratseth2018-08-241-40/+45
* Scope imported models to an entire application buildJon Bratseth2018-08-221-8/+12
* Scope transforms and converters to rank profileJon Bratseth2018-08-221-8/+12
* Import bound functions separatelyJon Bratseth2018-07-061-2/+3
* Inline macros in macros, not just first or second phase top levelLester Solbakken2018-06-191-17/+22
* Cleanup and more type inferenceJon Bratseth2018-02-241-1/+1
* Revert "Revert "Bratseth/typecheck all 3""Jon Bratseth2018-02-221-32/+48
* Revert "Bratseth/typecheck all 3"Harald Musum2018-02-211-48/+32
* Undeclared query features are taken as double-valuedJon Bratseth2018-02-211-6/+6
* Add types of includes fieldsJon Bratseth2018-02-211-5/+14
* Revert "Merge pull request #5091 from vespa-engine/revert-5065-bratseth/typec...Jon Bratseth2018-02-211-24/+31
* Revert "Bratseth/typecheck all 2"Jon Bratseth2018-02-201-31/+24
* RefactorJon Bratseth2018-02-171-1/+2
* Handle argument bindingsJon Bratseth2018-02-141-9/+12
* Typecheck all WIPJon Bratseth2018-02-131-2/+5
* Re-apply typecheck ranking expressions in JavaJon Bratseth2018-02-091-16/+16
* Revert "Bratseth/typecheck all"Henning Baldersheim2018-02-061-16/+16
* Merge branch 'master' into bratseth/typecheck-allJon Bratseth2018-02-061-1/+3
|\
| * Handle small constantsJon Bratseth2018-02-051-1/+3
* | Type check all expressionsJon Bratseth2018-02-061-8/+15
* | Typecheck all ranking expressionsJon Bratseth2018-02-051-8/+1
|/
* Use all query profiles and handle conflictsJon Bratseth2018-02-051-12/+14
* Use query profiles already readJon Bratseth2018-02-051-22/+12
* Unify canonicalizationJon Bratseth2018-02-031-1/+0
* Tensor type is always presentJon Bratseth2018-02-011-1/+1
* Add constant feature testJon Bratseth2018-01-311-1/+1