GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plucene::Search::Hits(3) User Contributed Perl Documentation Plucene::Search::Hits(3)

Plucene::Search::Hits - A list of ranked documents

        my $hits = Plucene::Search::Hits->new;

        my     $doc = $hits->doc($n);
        my   $score = $hits->score($n);
        my $hit_doc = $hits->hit_doc($n);

This is a list of ranked documents, used to hold search results.

        my $hits = Plucene::Search::Hits->new;

Get / set these attributes.

        my $doc = $hits->doc($n);

Returns the nth document.

        my $score = $hits->score($n);

The score of the nth document.

        my $hit_doc = $hits->hit_doc($n);

Returns the nth hit document.

2005-09-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.