debian man page for kinosearch1::search::hit

Query: kinosearch1::search::hit

OS: debian

Section: 3pm

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

KinoSearch1::Search::Hit(3pm)				User Contributed Perl Documentation			     KinoSearch1::Search::Hit(3pm)

NAME
KinoSearch1::Search::Hit - successful match against a Query
DESCRIPTION
A Hit object is a storage vessel which holds a Doc, a floating point score, and an integer document id.
METHODS
get_doc my $doc = $hit->get_doc; Return the Hit's KinoSearch1::Document::Doc object. get_score my $score = $hit->get_score; Return the Hit's score. get_id my $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_values my $hashref = $hit->get_field_values; Return the values of the Hit's constituent fields as a hashref.
COPYRIGHT
Copyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Search::Hit(3pm)
Related Man Pages
kinosearch1::highlight::highlighter(3pm) - debian
kinosearch1::queryparser::queryparser(3pm) - debian
kinosearch1::search::searchclient(3pm) - debian
kinosearch1::search::searchserver(3pm) - debian
kinosearch1::searcher(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?