Plucene::Search::BooleanScorer - A boolean scorer
Contents
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);
