Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Search::BooleanScorer

Name Plucene::Search::BooleanScorer
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Search/BooleanScorer.pm
Is Core No
Search CPAN for this module Plucene::Search::BooleanScorer
Documentation Plucene::Search::BooleanScorer
Module Details Plucene::Search::BooleanScorer

NAME

Plucene::Search::BooleanScorer - A boolean scorer


SYNOPSIS

        # isa Plucene::Search::Scorer
        $bool_scorer->add($scorer, $required, $prohibited);
        $bool_scorer->score($results, $max_doc);


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_mask max_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 Diver brought to you by ScriptSolutions.com © 1997- 2026