public SearchQuery::addScore($score, $arguments = array(), $multiply = FALSE)
Adds a custom score expression to the search query.
Score expressions are used to order search results. If no calls to addScore() have taken place, a default keyword relevance score will be used. However, if at least one call to addScore() has taken place, the keyword relevance score is not automatically added.
Note that you must use this method to add ordering to your searches, and not call orderBy() directly, when u