blob: d0fc3816ee061558165d79fbeea89d2a350fa237 [file] [log] [blame]
{
"class":"org.apache.solr.ltr.model.MultipleAdditiveTreesModel",
"name":"multipleadditivetreesmodel_no_threshold",
"features":[
{ "name": "matchedTitle"},
{ "name": "constantScoreToForceMultipleAdditiveTreesScoreAllDocs"}
],
"params":{
"trees": [
{
"weight" : "1f",
"root": {
"feature": "matchedTitle",
"left" : {
"value" : "-100"
},
"right": {
"value" : "75"
}
}
}
]
}
}