aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/ranking
Commit message (Expand)AuthorAgeFilesLines
* Avoid * importsHenning Baldersheim2024-03-071-4/+10
* giving an empty sorting spec should turn off sortingArne Juul2024-02-051-1/+4
* allow data buffer growth inside Normalizer instancesArne Juul2024-01-151-3/+18
* Update copyrights.Tor Egge2023-10-319-9/+9
* support renamed match-features betterArne Juul2023-10-305-52/+75
* check for match feature with alternate nameArne Juul2023-10-191-2/+2
* add defaults extraction and unit testArne Juul2023-10-181-1/+68
* support default values for query featureshavardpe/extract-default-query-feature-valuesHåvard Pettersen2023-10-183-22/+20
* add getAsTensor() API in RankPropertiesArne Juul2023-10-181-15/+10
* test global phase reranking with dummy evaluationHåvard Pettersen2023-10-172-7/+14
* add clarificationArne Juul2023-10-121-1/+4
* wire rerank-count from query propertiesArne Juul2023-10-121-1/+14
* simplify after code review; GC leftover codeArne Juul2023-10-119-39/+26
* restructure with normalizers in global-phaseArne Juul2023-10-1114-180/+522
* Update copyright.Geir Storli2023-10-103-3/+3
* Merge pull request #28757 from vespa-engine/arnej/add-normalizersArne H Juul2023-10-103-0/+90
|\
| * simplify NormalizerArne Juul2023-10-103-13/+5
| * unit test and handle infinity and NaNArne Juul2023-10-052-10/+14
| * add Normalizer classesArne Juul2023-10-023-0/+94
* | Update copyrightJon Bratseth2023-10-098-8/+8
|/
* add filtering to hide implicitly added match featuresArne Juul2023-05-112-2/+37
* 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