*) Undoing last changes. Sorry.

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

@ -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.urlString);
prop.put("indexing-queue_list_"+i+"_url", pcentry.nomalizedURLString);
dark = !dark;
}
}

@ -456,8 +456,7 @@ public class dir {
public static void deletePhrase(plasmaSwitchboard switchboard, String urlstring, String phrase, String descr) {
try {
String urlhash = plasmaURL.urlHash(new URL(urlstring));
//Set words = plasmaCondenser.getWords(("yacyshare " + phrase + " " + descr).getBytes());
Set words = plasmaCondenser.getWords();
Set words = plasmaCondenser.getWords(("yacyshare " + phrase + " " + descr).getBytes());
switchboard.removeReferences(urlhash, words);
switchboard.loadedURL.remove(urlhash);
} catch (Exception e) {

Loading…
Cancel
Save