X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2Fzebra_perl.h;h=7020563a592834fc04ac417fe9117f3594ce1349;hb=a9d007b7f9024da4d8e04370fcb9063ec1816378;hp=aadc620966ce043e703b532357caea34315d18fb;hpb=8ecf1c1bb3460e75b647c7c84dba53365c8daf45;p=idzebra-moved-to-github.git diff --git a/perl/zebra_perl.h b/perl/zebra_perl.h index aadc620..7020563 100644 --- a/perl/zebra_perl.h +++ b/perl/zebra_perl.h @@ -29,6 +29,8 @@ typedef struct { char *errString; /* error string */ int position; /* position of record in result set (1,2,..) */ char *base; + int sysno; + int score; oid_value format; /* record syntax */ RetrievalRecordBuf *buf; } RetrievalRecord; @@ -39,4 +41,13 @@ typedef struct { char *term; /* scan term string */ } ScanEntry; +typedef struct { + int num_entries; + int position; + int is_partial; + ScanEntry *entries; +} ScanObj; + #endif + +