debian man page for plucene::search::booleanscorer

Query: plucene::search::booleanscorer

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
plucene(3pm) - debian
lucene::queryparser(3pm) - debian
plucene::index::reader(3pm) - debian
plucene::search::booleanquery(3pm) - debian
wiki::toolkit::search::sii(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com