X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=perl%2Fzebra_perl.h;h=b7826dfe5eecd908e8d1b71ce05947e923b0cb2c;hb=62aeae27f2897b54a14c6fe60da004f2f23bd2e8;hp=aadc620966ce043e703b532357caea34315d18fb;hpb=8ecf1c1bb3460e75b647c7c84dba53365c8daf45;p=idzebra-moved-to-github.git diff --git a/perl/zebra_perl.h b/perl/zebra_perl.h index aadc620..b7826df 100644 --- a/perl/zebra_perl.h +++ b/perl/zebra_perl.h @@ -29,7 +29,9 @@ typedef struct { char *errString; /* error string */ int position; /* position of record in result set (1,2,..) */ char *base; - oid_value format; /* record syntax */ + int sysno; + int score; + char *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 + +