Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Search::TopDocs

Name Plucene::Search::TopDocs
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Search/TopDocs.pm
Is Core No
Search CPAN for this module Plucene::Search::TopDocs
Documentation Plucene::Search::TopDocs
Module Details Plucene::Search::TopDocs

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026