yacy_search_server/htroot/IndexCleaner_p.html
orbiter 735e2737e3 * added index segments
This is a major change in the organization of indexes.
Please consider a back-up of your data before you run this update.
All existing index files will be moved and renamed to a new position.
With this change, it will be possible to maintain different indexes for different purposes and it will be possible to have a distinction between DHT-in and DHT-out specific indexes. Tenants may also have their own index, and it may be possible to have histories and back-ups of indexes. This is just the beginning, many servlets must be adopted after this change, but all functions that had been there should still work.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6389 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-10-09 14:44:20 +00:00

60 lines
2.4 KiB
HTML
Executable File

<!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/submenuIndexControl.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>