{
struct recRetrieveCtrl *p = context;
int r = p->stream->readf(p->stream, buffer, len);
- yaz_log(YLOG_LOG, "ioread_ret len=%d r=%d\%.*s", len, r, r, buffer);
return r;
}
static int ioclose_ret(void *context)
{
- yaz_log(YLOG_LOG, "ioclose_ret");
return 0;
}
for (hit_w = zebra_snippets_constlist(hit); hit_w; hit_w = hit_w->next)
{
const zebra_snippet_word *doc_w;
- doc_w = zebra_snippets_constlist(doc);
- if (!doc_w)
- {
- yaz_log(YLOG_WARN, "zebra_snippets_constlist returns 0");
- }
for (doc_w = zebra_snippets_constlist(doc); doc_w; doc_w = doc_w->next)
{
if (doc_w->ord == hit_w->ord && doc_w->seqno == hit_w->seqno