*) Bugfix: Reference to plasmaHTCache.Entry.urlString was not set correctly

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@23 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
(no author) 20 years ago
parent b9203bdb50
commit 0a6cf3f5e7

@ -307,7 +307,7 @@ public class IndexCreate_p {
prop.put("indexing-queue_list_"+i+"_modified", daydate(pcentry.lastModified));
prop.put("indexing-queue_list_"+i+"_href",((pcentry.scraper == null) ? "0" : ("" + pcentry.scraper.getAnchors().size())));
prop.put("indexing-queue_list_"+i+"_anchor", ((pcentry.scraper == null) ? "-" : pcentry.scraper.getHeadline()) );
prop.put("indexing-queue_list_"+i+"_url", pcentry.nomalizedURLString);
prop.put("indexing-queue_list_"+i+"_url", pcentry.urlString);
dark = !dark;
}
}

Loading…
Cancel
Save