Man Page: plucene::search::hits
Operating Environment: debian
Section: 3pm
Plucene::Search::Hits(3pm) User Contributed Perl Documentation Plucene::Search::Hits(3pm)NAMEPlucene::Search::Hits - A list of ranked documentsSYNOPSISmy $hits = Plucene::Search::Hits->new; my $doc = $hits->doc($n); my $score = $hits->score($n); my $hit_doc = $hits->hit_doc($n);DESCRIPTIONThis is a list of ranked documents, used to hold search results.METHODSnew my $hits = Plucene::Search::Hits->new; query / searcher / filter / length / hit_docs / first / last / num_docs / max_docs Get / set these attributes. doc my $doc = $hits->doc($n); Returns the nth document. score my $score = $hits->score($n); The score of the nth document. hit_doc my $hit_doc = $hits->hit_doc($n); Returns the nth hit document. perl v5.12.4 2011-08-14 Plucene::Search::Hits(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |