Plucene::Search::TopDocs - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION METHODS
NAME
    Plucene::Search::TopDocs - The top hits for a query

SYNOPSIS
            my $total_hits = $top_docs->total_hits;
            my @score_docs = $top_docs->score_docs(@other);

DESCRIPTION
METHODS
  total_hits
            my $total_hits = $top_docs->total_hits;

    The total number of hits for the query.

  score_docs
            my @score_docs = $top_docs->score_docs(@other);

    The top hits for the query.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:19 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top