diff --git a/source/de/anomic/plasma/plasmaWordIndexCache.java b/source/de/anomic/plasma/plasmaWordIndexCache.java index f2be090d5..0d6da66fb 100644 --- a/source/de/anomic/plasma/plasmaWordIndexCache.java +++ b/source/de/anomic/plasma/plasmaWordIndexCache.java @@ -172,6 +172,7 @@ public class plasmaWordIndexCache implements plasmaWordIndexInterface { } } } + dumpStack.close(); log.logSystem("dumped " + urlcount + " word/url relations in " + ((System.currentTimeMillis() - startTime) / 1000) + " seconds"); } @@ -211,6 +212,7 @@ public class plasmaWordIndexCache implements plasmaWordIndexInterface { } } } + dumpStack.close(); log.logSystem("restored " + cache.size() + " words in " + ((System.currentTimeMillis() - startTime) / 1000) + " seconds"); return urlCount; } diff --git a/yacy.parser b/yacy.parser index a0e4bc054..47a600f8d 100644 --- a/yacy.parser +++ b/yacy.parser @@ -1,2 +1,2 @@ #plasmaParser configuration file -#Sun May 08 00:07:28 CEST 2005 +#Sun May 08 22:26:31 CEST 2005