projects
/
idzebra-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:
33ae4ee
)
Fix dirty marker for CategoryList (IR-Explain-1)
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Feb 2011 13:28:44 +0000
(13:28 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 7 Feb 2011 13:28:44 +0000
(13:28 +0000)
Register check showed that keys for it is IR-Explain-1's category
list is inconsistent. NO longer the case with this fix.
index/zinfo.c
patch
|
blob
|
history
diff --git
a/index/zinfo.c
b/index/zinfo.c
index
250715a
..
a6e52cd
100644
(file)
--- a/
index/zinfo.c
+++ b/
index/zinfo.c
@@
-995,7
+995,7
@@
static void zebraExplain_writeCategoryList(ZebraExplainInfo zei,
assert(zcl);
if (!zcl->dirty)
return ;
- zcl->dirty = 1;
+ zcl->dirty = 0;
node_categoryList = zcl->data1_categoryList;
#if ZINFO_DEBUG