From a49edd9415ec76a44699bd824bb9705abf1d3f27 Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 11 May 2009 21:20:23 +0000 Subject: [PATCH] fix for bug in search with site: constraint git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5947 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaSearchRankingProcess.java | 1 + 1 file changed, 1 insertion(+) diff --git a/source/de/anomic/plasma/plasmaSearchRankingProcess.java b/source/de/anomic/plasma/plasmaSearchRankingProcess.java index de9ca3836..22f527a71 100644 --- a/source/de/anomic/plasma/plasmaSearchRankingProcess.java +++ b/source/de/anomic/plasma/plasmaSearchRankingProcess.java @@ -192,6 +192,7 @@ public final class plasmaSearchRankingProcess { // check site constraints if (query.sitehash != null && !iEntry.metadataHash().substring(6).equals(query.sitehash)) { // filter out all domains that do not match with the site constraint + continue; } // count domZones