debian man page for plucene::search::hits

Query: plucene::search::hits

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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.12.4 2011-08-14 Plucene::Search::Hits(3pm)
Related Man Pages
bio::search::iteration::iterationi(3pm) - debian
kinosearch1::search::hits(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::index::segmentsreader(3pm) - debian
plucene::search::booleanquery(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?