diff --git a/htroot/IndexCreate_p.html b/htroot/IndexCreate_p.html index 31478d01c..a6b7acc20 100644 --- a/htroot/IndexCreate_p.html +++ b/htroot/IndexCreate_p.html @@ -196,7 +196,7 @@ or see the fill/process count of all queues on the The indexing result is presented on the Index Monitor-page. It will take at least 30 seconds until the first result appears there. Please be patient, the crawling will pause each time you use the proxy or web server to ensure maximum availability. -If you crawl any un-wanted pages, you can delete them here.
+If you crawl any un-wanted pages, you can delete them here.
:: Removed #[numEntries]# entries from crawl queue. This queue may fill again if the loading and indexing queue is not empty :: diff --git a/htroot/IndexCreate_p.java b/htroot/IndexCreate_p.java index 656c9b2fd..ea9b0e145 100644 --- a/htroot/IndexCreate_p.java +++ b/htroot/IndexCreate_p.java @@ -300,7 +300,7 @@ public class IndexCreate_p { if (post.containsKey("continuecrawlqueue")) { switchboard.continueCrawling(); prop.put("info", 5);//crawling continued - } + } } // define visible variables @@ -362,6 +362,7 @@ public class IndexCreate_p { prop.put("crawlProfiles_"+count+"_dark", ((dark) ? 1 : 0)); prop.put("crawlProfiles_"+count+"_name", profile.name()); prop.put("crawlProfiles_"+count+"_startURL", profile.startURL()); + prop.put("crawlProfiles_"+count+"_handle", profile.handle()); prop.put("crawlProfiles_"+count+"_depth", profile.generalDepth()); prop.put("crawlProfiles_"+count+"_filter", profile.generalFilter()); prop.put("crawlProfiles_"+count+"_withQuery", ((profile.crawlingQ()) ? 1 : 0));