[KinoSearch] delete_by_term problem?

Marvin Humphrey marvin at rectangular.com
Sun Sep 7 22:13:59 PDT 2008


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/




More information about the KinoSearch mailing list