Fix dirty marker for CategoryList (IR-Explain-1)
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Feb 2011 13:28:44 +0000 (13:28 +0000)
committerAdam 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

index 250715a..a6e52cd 100644 (file)
@@ -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