From 347612ddd4dc93af9a2e1e9318180e1cda039299 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 24 Apr 2012 12:04:44 +0200 Subject: [PATCH] removed scroogle parser --- htroot/yacysearch.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htroot/yacysearch.java b/htroot/yacysearch.java index 8cb0468ba..a669dc768 100644 --- a/htroot/yacysearch.java +++ b/htroot/yacysearch.java @@ -523,12 +523,6 @@ public class yacysearch { modifier.append("site:").append(sitehost).append(' '); } - final int heuristicScroogle = querystring.indexOf("/heuristic/scroogle", 0); - if ( heuristicScroogle >= 0 ) { - querystring = querystring.replace("/heuristic/scroogle", ""); - modifier.append("/heuristic/scroogle "); - } - final int heuristicBlekko = querystring.indexOf("/heuristic/blekko", 0); if ( heuristicBlekko >= 0 ) { querystring = querystring.replace("/heuristic/blekko", "");