no deletions in index in case that snippet-loading fails and there is no network connection

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3525 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 847349358b
commit 6488ec8a80

@ -853,6 +853,7 @@ public class plasmaSnippetCache {
public String failConsequences(TextSnippet snippet, Set queryhashes) {
// problems with snippet fetch
if (yacyCore.seedDB.mySeed.isVirgin()) return snippet.getError() + " (no consequences, no network connection)"; // no consequences if we do not have a network connection
String urlHash = plasmaURL.urlHash(snippet.getUrl());
String querystring = kelondroMSetTools.setToString(snippet.getRemainingHashes(), ' ');
if ((snippet.getErrorCode() == ERROR_SOURCE_LOADING) ||

Loading…
Cancel
Save