X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=03e21af1943b72cee86432cbc1c0a26deab63a71;hb=94bf7abfff6a30fab5567d8275db14122ed01822;hp=d06e642f3a5d424616fb4f851f7e993aa1bc6f53;hpb=540488a41a6ebc8a661c5517bc269705b8990a11;p=idzebra-moved-to-github.git diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index d06e642..03e21af 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.7 2005-01-16 23:13:06 adam Exp $ +/* $Id: recctrl.h,v 1.11 2005-06-07 11:36:38 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -29,6 +29,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include +#include #include YAZ_BEGIN_CDECL @@ -38,8 +39,9 @@ typedef struct { int attrSet; int attrUse; unsigned reg_type; - char *string; - int length; + char *attrStr; + char *term_buf; + int term_len; zint seqno; zint record_id; zint section_id; @@ -58,7 +60,9 @@ struct recExtractCtrl { void (*init)(struct recExtractCtrl *p, RecWord *w); void *clientData; void (*tokenAdd)(RecWord *w); + void (*setStoreData)(struct recExtractCtrl *p, void *buf, size_t size); ZebraMaps zebra_maps; + int first_record; int flagShowRecords; int seqno[256]; char match_criteria[256]; @@ -84,6 +88,8 @@ struct recRetrieveCtrl { int recordSize; /* size of record in bytes */ char *fname; /* name of file (or NULL if internal) */ data1_handle dh; + zebra_snippets *hit_snippet; + zebra_snippets *doc_snippet; /* response */ oid_value output_format; @@ -97,6 +103,7 @@ typedef struct recType *RecType; struct recType { + int version; char *name; /* Name of record type */ void *(*init)(Res res, RecType recType); /* Init function - called once */ void (*config)(void *clientData, Res res, const char *args); /* Config */