Man Page: plucene::search::booleanscorer
Operating Environment: debian
Section: 3pm
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 |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |