|
|
|
@ -38,7 +38,7 @@ public class compare_yacy {
|
|
|
|
|
private static final String defaultsearchL = "YaCy";
|
|
|
|
|
private static final String defaultsearchR = "metager.de";
|
|
|
|
|
private static final String[] order = {defaultsearchL, "YaCy (local)", "bing.com",
|
|
|
|
|
/*"google.de",*/ defaultsearchR, "metager.de",
|
|
|
|
|
/*"google.de",*/ defaultsearchR,
|
|
|
|
|
"metager2.de (web)", "metager2.de (international)",
|
|
|
|
|
"yahoo.com", "romso.de", "search.live.com", "Wikipedia English", "Wikipedia Deutsch",
|
|
|
|
|
"Sciencenet", "dbpedia", "wolfram alpha", "OAIster@OCLC", "oai.yacy.net"};
|
|
|
|
@ -47,8 +47,8 @@ public class compare_yacy {
|
|
|
|
|
searchengines.put(defaultsearchL, "yacysearch.html?display=2&resource=global&query=");
|
|
|
|
|
searchengines.put("YaCy (local)", "yacysearch.html?display=2&resource=local&query=");
|
|
|
|
|
searchengines.put("bing.com", "http://www.bing.com/search?q=");
|
|
|
|
|
//searchengines.put("google.de", "http://www.google.de/#fp=1&q=");
|
|
|
|
|
//searchengines.put("google.com", "http://www.google.com/#fp=1&q=");
|
|
|
|
|
// searchengines.put("google.de", "http://www.google.de/#fp=1&q=");
|
|
|
|
|
// searchengines.put("google.com", "http://www.google.com/#fp=1&q=");
|
|
|
|
|
searchengines.put("metager.de", "http://www.metager.de/meta/cgi-bin/meta.ger1?eingabe=");
|
|
|
|
|
searchengines.put("metager2.de (web)", "http://www.metager2.de/search.php?ses=web&q=");
|
|
|
|
|
searchengines.put("metager2.de (international)", "http://www.metager2.de/search.php?ses=international&q=");
|
|
|
|
|