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)NAMEPlucene::Search::BooleanScorer - A boolean scorerSYNOPSIS# isa Plucene::Search::Scorer $bool_scorer->add($scorer, $required, $prohibited); $bool_scorer->score($results, $max_doc);DESCRIPTIONThis is a scoring class for boolean scorers.METHODSnew 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)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
Find columns in a file based on header and print to new file |
My first PERL incarnation... Audio Oscillograph |