Scroll to navigation

Plucene::Search::TermScorer(3pm) User Contributed Perl Documentation Plucene::Search::TermScorer(3pm)

NAME

Plucene::Search::TermScorer - score terms

SYNOPSIS

        # isa Plucene::Search::Scorer
        $term_scorer->score($hc, $end);

DESCRIPTION

This is a Plucene::Search::Scorer subclass for scoring terms.

METHODS

term_docs / norms / weight / doc / docs / freqs / pointer / pointer_max / score_cache

Get / set these attributes

score

        $term_scorer->score($hc, $end);
2018-04-02 perl v5.26.1