orbiter 18 years ago
parent ca83ec8a7b
commit 815e3da62f

@ -227,7 +227,7 @@ public class Surftips {
if (url.length() < 12) continue;
entry = rowdef.newEntry(new byte[][]{
url.getBytes(),
((intention.length() == 0) ? record.attribute("startURL", "") : intention).getBytes(),
(((intention.length() == 0) || (intention.equals("simple web crawl"))) ? record.attribute("startURL", "") : intention).getBytes(),
("Crawl Start Point").getBytes("UTF-8"),
record.id().getBytes()
});

@ -209,7 +209,7 @@ public class yacysearch {
serverObjects prop = new serverObjects();
if (post.get("cat", "href").equals("href")) {
final TreeSet[] query = plasmaSearchQuery.cleanQuery(querystring);
final TreeSet[] query = plasmaSearchQuery.cleanQuery(querystring); // converts also umlaute
// filter out stopwords
final TreeSet filtered = kelondroMSetTools.joinConstructive(query[0], plasmaSwitchboard.stopwords);
if (filtered.size() > 0) {

@ -627,10 +627,10 @@ javastart_priority=0
# flushed to disc; this may last some minutes.
wordCacheMaxCount = 20000
wordCacheInitCount = 30000
wordFlushSize = 500;
wordFlushSize = 500
wordCacheMaxCount__pro = 60000
wordCacheInitCount__pro = 80000
wordFlushSize__pro = 1000;
wordFlushSize__pro = 1000
# Specifies if yacy can be used as transparent http proxy.
#

Loading…
Cancel
Save