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
pull/1/head
orbiter 16 years ago
parent d3ca038979
commit a49edd9415

@ -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

Loading…
Cancel
Save