From 0384b8771bcccdfa77cfc41154be0fa7714561f0 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 13 May 2007 19:37:16 +0000 Subject: [PATCH] fix for http://www.yacy-forum.de/viewtopic.php?p=35700#35700 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3719 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaCondenser.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/de/anomic/plasma/plasmaCondenser.java b/source/de/anomic/plasma/plasmaCondenser.java index 728503925..cc1e77e8f 100644 --- a/source/de/anomic/plasma/plasmaCondenser.java +++ b/source/de/anomic/plasma/plasmaCondenser.java @@ -459,6 +459,7 @@ public final class plasmaCondenser { // word does not yet exist, create new word entry wordHandle = wordHandleCount++; wsp = new wordStatProp(wordHandle, wordInSentenceCounter, sentences.size() + 100); + wsp.flags = (kelondroBitfield) RESULT_FLAGS.clone(); } words.put(word, wsp); // we now have the unique handle of the word, put it into the sentence: