Skip to content

Instantly share code, notes, and snippets.

@SupermanScott
Created February 12, 2012 23:29
Show Gist options
  • Save SupermanScott/1811825 to your computer and use it in GitHub Desktop.
Save SupermanScott/1811825 to your computer and use it in GitHub Desktop.
finalize_function = bson.Code(
"function (key, value) {"
" var score = value.tf * Math.log(total / value.df);"
" return score;"
"}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment