Searched defs:Scorer (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Dsearchtools.js200 var Scorer = {
376 results = results.concat(this.performTermsSearch(searchterms, excluded, terms, Scorer.term))
377 .concat(this.performTermsSearch(searchterms, excluded, titleterms, Scorer.title));
380 if (Scorer.score) {
382 results[i][4] = Scorer.score(results[i]);
493 score += Scorer.objNameMatch;
496 score += Scorer.objPartialMatch;
525 if (Scorer.objPrio.hasOwnProperty(match[2])) {
526 score += Scorer.objPrio[match[2]];
528 score += Scorer
[all...]

Completed in 12 milliseconds