Skip to content

Instantly share code, notes, and snippets.

@faridasabry
Last active June 6, 2016 12:23
Show Gist options
  • Save faridasabry/6bee4495811c528f144c6811798e2323 to your computer and use it in GitHub Desktop.
Save faridasabry/6bee4495811c528f144c6811798e2323 to your computer and use it in GitHub Desktop.
{
"type":"org.apache.solr.ltr.ranking.RankSVMModel",
"name":"myModelName",
"features":[
{ "name": "documentRecency"},
{ "name": "originalScore"},
{ "name": "inTitle"}
],
"params":{
"weights": {
"inTitle": 1.0,
"originalScore": 1.0,
"documentRecency": 0.1
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment