[KinoSearch] DocReader documentation
Peter Karman
peter at peknet.com
Wed Mar 24 18:01:44 PDT 2010
Nick Wellnhofer wrote on 3/24/10 9:21 AM:
> The following PODs
>
> http://search.cpan.org/~karman/KinoSearch-0.30_083/lib/KinoSearch/Index/DocReader.pod
> http://search.cpan.org/~karman/KinoSearch-0.30_083/lib/KinoSearch/Index/SegReader.pod
>
> say that one can fetch documents from a DocReder with
>
> my $doc = $doc_reader->fetch($doc_id);
>
> That didn't work for me. I had to use
>
> my $doc = $doc_reader->fetch(doc_id => $doc_id);
>
thanks. POD fixed in svn trunk with r5951.
--
Peter Karman . http://peknet.com/ . peter at peknet.com
More information about the kinosearch
mailing list