[KinoSearch] Error in KinoSearch::InvIndexer.pm (add_doc)

Henry henka at cityweb.co.za
Tue Nov 13 22:44:33 PST 2007



>> Parameter error: odd number of args at /etc/test/indexer/indexer
>
>> $invindexer->add_doc( \%doc, boost => $doc_boost );
>
> Sorry about the disruption.  I changed this API recently.

No problem or disruption at all.  I enjoy shaking the tree to see what
falls out :-)


> Instead, change your script to look like this:
>
>     $invindexer->add_doc(
>       doc   => \%doc,
>       boost => $doc_boost
>     );

ah, thanks.




_______________________________________________
KinoSearch mailing list
KinoSearch at rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch




More information about the kinosearch mailing list