From: mike Date: Mon, 19 Dec 2005 17:05:05 +0000 (+0000) Subject: Add ZOOM_connection_scan1(), which takes a ZOOM_query rather than a X-Git-Tag: cpan_1_22~299 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=6bdc98e53b8fbc9a3323b271580268326ddc7150;p=ZOOM-Perl-moved-to-github.git Add ZOOM_connection_scan1(), which takes a ZOOM_query rather than a string as its start-term, thereby opening the way for scanning on CQL terms. --- diff --git a/ZOOM.xs b/ZOOM.xs index 32bf802..6799bd0 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.32 2005-12-19 13:46:11 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.33 2005-12-19 17:05:05 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -371,6 +371,12 @@ ZOOM_connection_scan(c, startterm) const char* startterm # TESTED +ZOOM_scanset +ZOOM_connection_scan1(c, startterm) + ZOOM_connection c + ZOOM_query startterm + +# TESTED const char * ZOOM_scanset_term(scan, pos, occ, len) ZOOM_scanset scan