removed scroogle parser

pull/1/head
Michael Peter Christen 13 years ago
parent f8cd57c92f
commit 347612ddd4

@ -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", "");

Loading…
Cancel
Save