Provided by: libplucene-perl_1.25-3_all 

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 v5.12.4 2005-09-05 Plucene::Search::TopDocs(3pm)