aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/derived/RankProfileList.java
Commit message (Collapse)AuthorAgeFilesLines
* Avoid reflection magicHenning Baldersheim2024-03-081-6/+8
|
* No need to override exportHenning Baldersheim2024-03-081-8/+1
|
* - Replace rank profile listHenning Baldersheim2024-03-081-9/+16
| | | | | | | - Replace rank expression list. - Replace rank constant list. - Replace rank onnx model list. None of these are intended for append.
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* improve error for cycle in ranking expression functionsArne Juul2023-03-231-2/+3
|
* also export derived onnx-models.cfgArne Juul2023-03-221-0/+6
|
* Don't lose illegal argument classificationJon Bratseth2022-11-281-1/+5
|
* Use consistent terminologyJon Bratseth2022-09-291-9/+9
|
* RankProfiles are very expensive memory wise so we need to keep their ↵Henning Baldersheim2022-05-191-2/+2
| | | | | | | lifetime very short. Only remember exactly what you need. In this case we only need the constants and the onnxModels.
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-0/+210