diff --git a/htroot/Bookmarks.java b/htroot/Bookmarks.java index 615363589..e97cc9ce2 100644 --- a/htroot/Bookmarks.java +++ b/htroot/Bookmarks.java @@ -169,7 +169,7 @@ public class Bookmarks { bookmarksDB.Bookmark bookmark = switchboard.bookmarksDB.getBookmark(urlHash); if (bookmark == null) { // try to get the bookmark from the LURL database - indexURLEntry urlentry = switchboard.wordIndex.loadedURL.load(urlHash, null); + indexURLEntry urlentry = switchboard.wordIndex.loadedURL.load(urlHash, null, 0); plasmaParserDocument document = null; if (urlentry != null) { indexURLEntry.Components comp = urlentry.comp(); diff --git a/htroot/CrawlResults.java b/htroot/CrawlResults.java index b1c4c1797..53eab501a 100644 --- a/htroot/CrawlResults.java +++ b/htroot/CrawlResults.java @@ -167,7 +167,7 @@ public class CrawlResults { urlHash = sb.wordIndex.loadedURL.getUrlHash(tabletype, i); // serverLog.logFinest("PLASMA", "plasmaCrawlLURL/genTableProps urlHash=" + urlHash); try { - urle = sb.wordIndex.loadedURL.load(urlHash, null); + urle = sb.wordIndex.loadedURL.load(urlHash, null, 0); indexURLEntry.Components comp = urle.comp(); // serverLog.logFinest("PLASMA", "plasmaCrawlLURL/genTableProps urle=" + urle.toString()); initiatorSeed = yacyCore.seedDB.getConnected(initiatorHash); diff --git a/htroot/IndexControlRWIs_p.html b/htroot/IndexControlRWIs_p.html index 1600bcd31..cf4b5b49a 100644 --- a/htroot/IndexControlRWIs_p.html +++ b/htroot/IndexControlRWIs_p.html @@ -92,9 +92,9 @@ 1000