|
|
|
@ -223,7 +223,7 @@ public class CrawlStartScanner_p
|
|
|
|
|
final byte[] pk = entry.getValue().substring(5).getBytes();
|
|
|
|
|
final DigestURL url = pkmap.get(pk);
|
|
|
|
|
if ( url != null ) {
|
|
|
|
|
String path = "/Crawler_p.html?createBookmark=off&xsstopw=off&crawlingDomMaxPages=10000&intention=&range=domain&indexMedia=on&recrawl=nodoubles&xdstopw=off&storeHTCache=on&sitemapURL=&repeat_time=7&crawlingQ=on&cachePolicy=iffresh&indexText=on&crawlingMode=url&mustnotmatch=&crawlingDomFilterDepth=1&crawlingDomFilterCheck=off&crawlingstart=Start%20New%20Crawl&xpstopw=off&repeat_unit=seldays&crawlingDepth=99&directDocByURL=off";
|
|
|
|
|
String path = "/Crawler_p.html?createBookmark=off&xsstopw=off&crawlingDomMaxPages=10000&intention=&range=domain&indexMedia=on&recrawl=nodoubles&xdstopw=off&storeHTCache=on&sitemapURL=&repeat_time=7&crawlingQ=on&cachePolicy=iffresh&indexText=on&crawlingMode=url&mustnotmatch=&crawlingDomFilterDepth=1&crawlingDomFilterCheck=off&crawlingstart=Start%20New%20Crawl&xpstopw=off&repeat_unit=seldays&crawlingDepth=99&directDocByURL=on";
|
|
|
|
|
path += "&crawlingURL=" + url.toNormalform(true);
|
|
|
|
|
WorkTables.execGetAPICall(
|
|
|
|
|
Domains.LOCALHOST,
|
|
|
|
|