3bcd9d622b
crawler servlet log warning line on failure in one of multiple urls (instead of exception msg)
indexcontrolrwi skip not needed type conversion on ranking
pull/93/head
parent
024b811a7b
commit
042c2868df
@ -1,60 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>YaCy '#[clientname]#': Index Cleaner</title>
|
||||
#%env/templates/metas.template%#
|
||||
<meta http-equiv="REFRESH" content="10" />
|
||||
</head>
|
||||
<body id="IndexCleaner">
|
||||
#%env/templates/header.template%#
|
||||
#%env/templates/submenuBlacklist.template%#
|
||||
<h2>Index Cleaner</h2>
|
||||
|
||||
#(urldb)#
|
||||
::
|
||||
<fieldset><legend>URL-DB-Cleaner</legend>
|
||||
<dl>
|
||||
<dt>ThreadAlive: #[threadAlive]#</dt>
|
||||
<dt>ThreadToString: #[threadToString]#</dt>
|
||||
<dt>Total URLs searched: #[total]# (#[percentUrls]#%)</dt>
|
||||
<dt>Blacklisted URLs found: #[blacklisted]#</dt>
|
||||
<dt>Percentage blacklisted: #[percent]#%</dt>
|
||||
<dt>last searched URL: #[lastUrl]# (#[lastHash]#)</dt>
|
||||
<dt>last blacklisted URL found: #[lastBlacklistedUrl]# (#[lastBlacklistedHash]#)</dt>
|
||||
</dl>
|
||||
</fieldset>
|
||||
#(/urldb)#
|
||||
#(rwidb)#
|
||||
::
|
||||
<fieldset><legend>RWI-DB-Cleaner</legend>
|
||||
<dl>
|
||||
<dt>ThreadAlive: #[threadAlive]#</dt>
|
||||
<dt>ThreadToString: #[threadToString]#</dt>
|
||||
<dt>RWIs at Start: #[RWIcountstart]#</dt>
|
||||
<dt>RWIs now: #[RWIcountnow]#</dt>
|
||||
<dt>wordHash in Progress: #[wordHashNow]#</dt>
|
||||
<dt>last wordHash with deleted URLs: #[lastWordHash]#</dt>
|
||||
<dt>Number of deleted URLs in on this Hash: #[lastDeletionCounter]#</dt>
|
||||
</dl>
|
||||
</fieldset>
|
||||
#(/rwidb)#
|
||||
<p>
|
||||
URL-DB-Cleaner - Clean up the database by deletion of blacklisted urls:<br />
|
||||
<select name="selectSegment" size="1">
|
||||
#{segments}#
|
||||
<option value="#[name]#" #(selected)#::selected="selected"#(/selected)#>#[name]#</option>
|
||||
#{/segments}#
|
||||
</select>
|
||||
<a href="IndexCleaner_p.html?action=ustart">Start/Resume</a>
|
||||
<a href="IndexCleaner_p.html?action=ustop">Stop</a>
|
||||
<a href="IndexCleaner_p.html?action=upause">Pause</a>
|
||||
</p>
|
||||
<p>
|
||||
RWI-DB-Cleaner - Clean up the database by deletion of words with reference to blacklisted urls:<br />
|
||||
<a href="IndexCleaner_p.html?action=rstart">Start/Resume</a>
|
||||
<a href="IndexCleaner_p.html?action=rstop">Stop</a>
|
||||
<a href="IndexCleaner_p.html?action=rpause">Pause</a>
|
||||
</p>
|
||||
#%env/templates/footer.template%#
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue