|
NAMEKinoSearch1::Search::Hit - successful match against a QueryDESCRIPTIONA Hit object is a storage vessel which holds a Doc, a floating point score, and an integer document id.METHODSget_docmy $doc = $hit->get_doc; Return the Hit's KinoSearch1::Document::Doc object. get_scoremy $score = $hit->get_score; Return the Hit's score. get_idmy $doc_number = $hit->get_id; Return the Hit's document number. Note that this document number is not permanent, and will likely become invalid the next time the index is updated. get_field_valuesmy $hashref = $hit->get_field_values; Return the values of the Hit's constituent fields as a hashref. COPYRIGHTCopyright 2005-2010 Marvin HumphreyLICENSE, DISCLAIMER, BUGS, etc.See KinoSearch1 version 1.01.
Visit the GSP FreeBSD Man Page Interface. |