Author: j16sdiz
Date: 2009-01-02 13:10:56 +0000 (Fri, 02 Jan 2009)
New Revision: 24881
Modified:
trunk/plugins/XMLSpider/db/Page.java
Log:
doh! nasty bug, some data was never stored
please delete the xmlspider database and restart
Modified: trunk/plugins/XMLSpider/db/Page.java
===================================================================
--- trunk/plugins/XMLSpider/db/Page.java 2009-01-02 13:10:46 UTC (rev
24880)
+++ trunk/plugins/XMLSpider/db/Page.java 2009-01-02 13:10:56 UTC (rev
24881)
@@ -81,6 +81,7 @@
TermPosition tp = termPosMap.get(term.md5);
if (tp == null && create) {
tp = new TermPosition(getStorage());
+ termPosMap.add(term.md5, tp);
term.pageSet.add(this);
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs