Searched refs:Scorer (Results 1 – 3 of 3) sorted by relevance
201 var Scorer = { variable484 if (Scorer.score) {486 results[i][4] = Scorer.score(results[i]);599 score += Scorer.objNameMatch;602 score += Scorer.objPartialMatch;631 if (Scorer.objPrio.hasOwnProperty(match[2])) {632 score += Scorer.objPrio[match[2]];634 score += Scorer.objPrioDefault;662 {files: terms[word], score: Scorer.term},663 {files: titleterms[word], score: Scorer.title}