Plucene::Search::Hits - phpMan

Command: man perldoc info search(apropos)  


Plucene::Search::Hits(3pm)     User Contributed Perl Documentation     Plucene::Search::Hits(3pm)

NAME
       Plucene::Search::Hits - A list of ranked documents

SYNOPSIS
               my $hits = Plucene::Search::Hits->new;

               my     $doc = $hits->doc($n);
               my   $score = $hits->score($n);
               my $hit_doc = $hits->hit_doc($n);

DESCRIPTION
       This is a list of ranked documents, used to hold search results.

METHODS
   new
               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.26.1                                2018-04-02                 Plucene::Search::Hits(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-01-04 14:19 @18.191.72.220 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!