:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
Lucy::Document::HitDoc - phpMan

Command: man perldoc info search(apropos)  


Lucy::Document::HitDoc(3)      User Contributed Perl Documentation      Lucy::Document::HitDoc(3)



NAME
       Lucy::Document::HitDoc - A document read from an index.

SYNOPSIS
           while ( my $hit_doc = $hits->next ) {
               print "$hit_doc->{title}\n";
               print $hit_doc->get_score . "\n";
               ...
           }

DESCRIPTION
       HitDoc is the search-time relative of the index-time class Doc; it is augmented by a
       numeric score attribute that Doc doesn't have.

METHODS
   set_score(score)
       Set score attribute.

   get_score()
       Get score attribute.

INHERITANCE
       Lucy::Document::HitDoc isa Lucy::Document::Doc isa Clownfish::Obj.



perl v5.20.2                                2015-12-01                  Lucy::Document::HitDoc(3)


/man
rootr.net - man pages