plucene::search::booleanscorer(3pm) debian man page | unix.com

Man Page: plucene::search::booleanscorer

Operating Environment: debian

Section: 3pm

Plucene::Search::BooleanScorer(3pm)			User Contributed Perl Documentation		       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);
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 v5.12.4 2011-08-14 Plucene::Search::BooleanScorer(3pm)
Related Man Pages
lucene::queryparser(3pm) - debian
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::fieldinfos(3pm) - debian
plucene::index::reader(3pm) - debian
plucene::search::booleanquery(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph