summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/ranking
Commit message (Expand)AuthorAgeFilesLines
* Enforce that sorting is not enabled when using global-phaseBjørn Christian Seime2023-03-281-6/+25
* Only setup `RankProfilesEvaluator` for schemas with 'global-phase'Bjørn Christian Seime2023-03-072-20/+10
* use same criteria for rescale as second-phase doesArne Juul2023-03-061-4/+6
* use common utility and constantArne Juul2023-03-021-1/+2
* - fail component creation on invalid config.Arne Juul2023-03-012-20/+13
* use GlobalPhaseData from proxyArne Juul2023-02-281-38/+10
* extract GlobalPhaseData from rank-profiles configArne Juul2023-02-281-0/+53
* rename factory class alsoArne Juul2023-02-282-4/+4
* rename classes after reviewArne Juul2023-02-283-8/+8
* make implementation details package privateArne Juul2023-02-283-3/+3
* split out rerankHits and add adjust of scores just like second-phase adjustmentArne Juul2023-02-272-35/+92
* add Override annotationsArne Juul2023-02-271-1/+4
* add new components for global-phase handlingArne Juul2023-02-247-0/+369