![]() |
![]()
| ![]() |
![]()
NAMESenna::Record - Senna Search Record SYNOPSISmy $r = $cursor->next; $r->key; $r->score; $r->pos; $r->section; $r->n_subrecs; DESCRIPTIONSenna::Record represents a single Senna search result. METHODSnewCreate a new Senna::Record object. You normally do not need to call this yourself, as a result object will be returned from a Senna::Cursor. keyReturns the key value of the search hit. scoreReturns the score of the search hit. possectionn_subrecsAUTHORCopyright (C) 2005 by Daisuke Maki <dmaki@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available. Development funded by Brazil Ltd. <http://dev.razil.jp/project/senna/>
|