|
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.METHODSnewmy $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_docGet / set these attributesadd$bool_scorer->add($scorer, $required, $prohibited); score$bool_scorer->score($results, $max_doc);
Visit the GSP FreeBSD Man Page Interface. |