logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Plucene::Search::BooleanScorer - A boolean scorer

Description

       This is a scoring class for boolean scorers.

Methods

new
               my $bool_scorer = Plucene::Search::BooleanScorer->new;

       Create a new Plucene::Search::BooleanScorer object.

   next_mask/required_mask/prohibited_maskmax_coord/scorers/bucket_table/coord_factors/current_doc
       Get / set these attributes

   add
               $bool_scorer->add($scorer, $required, $prohibited);

   score
               $bool_scorer->score($results, $max_doc);

perl v5.36.0                                       2022-12-04                Plucene::Search::BooleanScorer(3pm)

Name

       Plucene::Search::BooleanScorer - A boolean scorer

Synopsis

               # isa Plucene::Search::Scorer

               $bool_scorer->add($scorer, $required, $prohibited);
               $bool_scorer->score($results, $max_doc);

See Also