
marvin at rectangular
Sep 7, 2008, 10:13 PM
Post #2 of 2
(3207 views)
Permalink
|
On Sep 7, 2008, at 9:31 PM, Dan wrote: > $invindexer->delete_by_term( svid => $svid); > Invalid parameter: 'svid' at xs/XSBind.c:314 kino_XSBind_allot_params > at build_index.pl line 54 The API changed in trunk, to be parallel with several other APIs. It now takes labeled params: $invindexer->delete_by_term( field => 'svid', term => $svid, ); Marvin Humphrey Rectangular Research http://www.rectangular.com/ _______________________________________________ KinoSearch mailing list KinoSearch [at] rectangular http://www.rectangular.com/mailman/listinfo/kinosearch
|