plucene::search::topdocs(3pm) debian man page | unix.com

Man Page: plucene::search::topdocs

Operating Environment: debian

Section: 3pm

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

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 2011-08-14 Plucene::Search::TopDocs(3pm)
Related Man Pages
plucene::document::field(3pm) - debian
plucene::index::reader(3pm) - debian
plucene::index::segmentreader(3pm) - debian
plucene::index::writer(3pm) - debian
plucene::search::query(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?