added the reindexing job servlet to the submenu structure

pull/1/head
Michael Peter Christen 12 years ago
parent 97ab5b90e8
commit b4f0cac102

@ -1,15 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!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" xml:lang="en" > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head> <head>
<title>YaCy '#[clientname]#': ReIndex Monitor</title> <title>YaCy '#[clientname]#': Field Re-Indexing</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
</head> </head>
<body id="IndexReindexMonitor"> <body id="IndexReindexMonitor">
#%env/templates/header.template%# #%env/templates/header.template%#
#%env/templates/submenuIndexControl.template%# #%env/templates/submenuIndexControl.template%#
<h2>ReIndex Monitor</h2> <h2>Field Re-Indexing</h2>
<p></p> <p>In case that an index schema has changed, all documents with missing field entries can be indexed again with a reindex job.</p>
<form action="IndexReindexMonitor_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <form action="IndexReindexMonitor_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset> <fieldset>
<table> <table>

@ -5,6 +5,7 @@
<li><a href="/IndexDeletion_p.html" class="MenuItemLink lock">Index Deletion</a></li> <li><a href="/IndexDeletion_p.html" class="MenuItemLink lock">Index Deletion</a></li>
<li><a href="/IndexFederated_p.html" class="MenuItemLink lock">Index Sources &amp; Targets</a></li> <li><a href="/IndexFederated_p.html" class="MenuItemLink lock">Index Sources &amp; Targets</a></li>
<li><a href="/IndexSchema_p.html" class="MenuItemLink lock">Solr Schema Editor</a></li> <li><a href="/IndexSchema_p.html" class="MenuItemLink lock">Solr Schema Editor</a></li>
<li><a href="/IndexReindexMonitor_p.html" class="MenuItemLink lock">Field Re-Indexing</a></li>
#(p2p)#::<li><a href="/IndexControlRWIs_p.html" class="MenuItemLink lock">Reverse Word Index</a></li>#(/p2p)# #(p2p)#::<li><a href="/IndexControlRWIs_p.html" class="MenuItemLink lock">Reverse Word Index</a></li>#(/p2p)#
<!--<li><a href="/IndexControlCleaner_p.html" class="MenuItemLink lock">Index Cleaner</a></li>--> <!--<li><a href="/IndexControlCleaner_p.html" class="MenuItemLink lock">Index Cleaner</a></li>-->
<!--<li><a href="/ContentAnalysis_p.html" class="MenuItemLink lock">Content Analysis</a></li>--> <!--<li><a href="/ContentAnalysis_p.html" class="MenuItemLink lock">Content Analysis</a></li>-->

Loading…
Cancel
Save