I have an int ratings field that I want to boost from within the query. So basically want to use the http://wiki.apache.org/solr/FunctionQuery#scale function to scale the ratings to values 1..5, then within the actual query (or otherwise), boost the scaled rating value. How would I go about doing this?