projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903d651
)
Log statement about facets.
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 23 Jul 2010 10:42:40 +0000
(12:42 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 23 Jul 2010 10:42:40 +0000
(12:42 +0200)
src/session.c
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
2dc9572
..
f7c0b99
100644
(file)
--- a/
src/session.c
+++ b/
src/session.c
@@
-168,6
+168,8
@@
void add_facet(struct session *s, const char *type, const char *value, int count
= termlist_create(s->nmem, TERMLIST_HIGH_SCORE);
s->num_termlists = i + 1;
}
+ yaz_log(YLOG_DEBUG, "Session: facets for %s: %s (%d)", type, value, count);
+
termlist_insert(s->termlists[i].termlist, value, count);
}