-/* $Id: rpnscan.c,v 1.24 2007-12-13 11:09:20 adam Exp $
+/* $Id: rpnscan.c,v 1.25 2008-01-24 16:17:03 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
{
glist[pos].display_term = odr_strdup(stream, w->term);
}
+ else
+ {
+ yaz_log(YLOG_WARN, "zebra_snippets_lookup failed for pos=%d", pos);
+ }
}
zebra_snippets_destroy(rec_snippets);
}
glist[pos].term = glist[pos].display_term;
}
+ if (!glist[pos].term)
+ {
+ yaz_log(YLOG_WARN, "Could not generate scan term for pos=%d",
+ pos);
+ glist[pos].term = "None";
+ }
glist[pos].occurrences = count;
zebra_snippets_destroy(hit_snippets);
}