diff options
| author | Michael Peter Christen <mc@yacy.net> | 2023-01-13 17:20:18 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2023-01-13 17:20:18 +0100 |
| commit | 5acd98f4da615428eb2c03f34fab25d9484516f5 (patch) | |
| tree | 75f60e1d09c16a05f5d463587ca1aea2085f21cf /htroot/Crawler_p.html | |
| parent | 95e02e529172eefcea97793fad7960698a63f26b (diff) | |
introduction of tag-to-indexing relation TagValency
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index 4e0b868aa..3d0b8fcda 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -28,13 +28,13 @@ <fieldset id="queues" style="width:210px;float:left;"> <legend>Queues</legend> <table border="0" class="watchCrawler"> - <thead> + <thead> <tr class="TableHeader"> <th width="120">Queue<br/> </th> <th width="60">Size<br/> </th> <th width="30"><span class="glyphicon glyphicon-wrench"></span></th> </tr> - </thead> + </thead> <tbody> <tr class="TableCellLight"> <td align="left"><a href="IndexCreateQueues_p.html?stack=LOCAL">Local Crawler</a></td> @@ -89,13 +89,13 @@ <fieldset id="indexsize" style="width:240px;float:left;"> <legend>Index Size</legend> <table border="0" class="watchCrawler"> - <thead> + <thead> <tr class="TableHeader"> <th width="130">Database<br/> </th> <th width="50">Entries<br/> </th> <th width="40">Seg-<br/>ments</th> </tr> - </thead> + </thead> <tbody> <tr class="TableCellLight"> <td align="left">Documents<br/><a href="#[urlpublictextSolrURL]#">solr search api</a></td> @@ -124,12 +124,12 @@ <legend>Progress</legend> <form action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"> <table border="0" class="watchCrawler"> - <thead> + <thead> <tr class="TableHeader"> <th width="160">Indicator<br/> </th> <th width="300" colspan="4">Level<br/> </th> </tr> - </thead> + </thead> <tbody> <tr class="TableCellLight"> <td align="left">Speed / PPM<br/>(Pages Per Minute)</td> @@ -147,7 +147,7 @@ <td align="left">Crawler PPM</td> <td align="left" width="60"><span id="ppmNum"> </span></td> <td align="left" width="260px" colspan="3"> - <progress id="ppmbar" max="30000" value="0" style="width:94%;"/> + <progress id="ppmbar" max="30000" value="0" style="width:94%;"/> </td> </tr> <tr class="TableCellLight"> @@ -180,13 +180,13 @@ <script> function setTableSize() { - var maxh = Math.max(document.getElementById("progress").children[1].clientHeight, document.getElementById("indexsize").children[1].clientHeight, document.getElementById("queues").children[1].clientHeight) + 42; - if(lastMaxh !== maxh) { - var lastMaxh = maxh; - document.getElementById("indexsize").style.height = maxh + "px"; - document.getElementById("progress").style.height = maxh + "px"; - document.getElementById("queues").style.height = maxh + "px"; - } + var maxh = Math.max(document.getElementById("progress").children[1].clientHeight, document.getElementById("indexsize").children[1].clientHeight, document.getElementById("queues").children[1].clientHeight) + 42; + if(lastMaxh !== maxh) { + var lastMaxh = maxh; + document.getElementById("indexsize").style.height = maxh + "px"; + document.getElementById("progress").style.height = maxh + "px"; + document.getElementById("queues").style.height = maxh + "px"; + } } window.setInterval("setTableSize()", 1000); </script> @@ -219,23 +219,23 @@ window.setInterval("setTableSize()", 1000); If you crawl any un-wanted pages, you can delete them <a href="IndexCreateQueues_p.html?stack=LOCAL">here</a>.<br />:: <!-- 9 --> No embedded local Solr index is connected. This is required to use a Solr query filter. - You can configure this with the <a href="IndexFederated_p.html">Index Sources & targets</a> page.:: - <!-- 10 --> - The Solr filter query syntax is not valid : <code>#[solrQuery]#</code>:: - <!-- 11 --> - Could not parse the Solr filter query : <code>#[solrQuery]#</code> + You can configure this with the <a href="IndexFederated_p.html">Index Sources & targets</a> page.:: + <!-- 10 --> + The Solr filter query syntax is not valid : <code>#[solrQuery]#</code>:: + <!-- 11 --> + Could not parse the Solr filter query : <code>#[solrQuery]#</code> #(/info)# </p> #(wontReceiptRemoteResults)#:: <div class="alert alert-warning"> - <p>You asked for remote indexing, but remote crawl results won't be added to the local index as the remote crawler is currently disabled on this peer.</p> - <p>You can activate it in the <a href="RemoteCrawl_p.html">Remote Crawl Configuration</a> page.</p> + <p>You asked for remote indexing, but remote crawl results won't be added to the local index as the remote crawler is currently disabled on this peer.</p> + <p>You can activate it in the <a href="RemoteCrawl_p.html">Remote Crawl Configuration</a> page.</p> </div> #(/wontReceiptRemoteResults)# <!-- #(noEmbeddedSolr)#::<div class="alert alert-error">No embedded local Solr index is connected. This is required to use the Solr filter query. - You can configure this with the <a href="IndexFederated_p.html">Index Sources & targets</a> page.</div> + You can configure this with the <a href="IndexFederated_p.html">Index Sources & targets</a> page.</div> #(/noEmbeddedSolr)# #(solrQuerySyntaxtError)#::<div class="alert alert-error">The Solr filter query syntax is not valid : #[solrQuery]#</div> @@ -252,32 +252,32 @@ window.setInterval("setTableSize()", 1000); <tr><td> <table border="0" summary="A list of crawl profiles and their current settings." id="crawlProfiles"> <colgroup> - <col width="16" /> - <col width="140"/> + <col width="16" /> + <col width="140"/> </colgroup> <thead> - <tr class="TableHeader"> - <th><strong>Name</strong></th> - #(debug)#::<th id="headerDebug"><strong>Count</strong></th>#(/debug)# - <th><strong>Status</strong></th> - </tr> + <tr class="TableHeader"> + <th><strong>Name</strong></th> + #(debug)#::<th id="headerDebug"><strong>Count</strong></th>#(/debug)# + <th><strong>Status</strong></th> + </tr> </thead> <tbody> #{list}# - <tr class="TableCell#(dark)#Light::Dark#(/dark)#" id="#[handle]#"> - <td>#[name]#</td> - #(debug)#::<td>#[count]#</td>#(/debug)# - <td id="#[handle]#_status_cell">#(terminateButton)#:: - <div id="#[handle]#_status" style="text-decoration:blink;float:left;">Running</div> - <form id="#[handle]#_terminate" style="float:left;" action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"> - <div> - <input type="hidden" name="handle" value="#[handle]#" /> - <input type="submit" name="terminate" value="Terminate" class="btn btn-danger btn-xs"/> - </div> - </form> - #(/terminateButton)# - </td> - </tr> + <tr class="TableCell#(dark)#Light::Dark#(/dark)#" id="#[handle]#"> + <td>#[name]#</td> + #(debug)#::<td>#[count]#</td>#(/debug)# + <td id="#[handle]#_status_cell">#(terminateButton)#:: + <div id="#[handle]#_status" style="text-decoration:blink;float:left;">Running</div> + <form id="#[handle]#_terminate" style="float:left;" action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"> + <div> + <input type="hidden" name="handle" value="#[handle]#" /> + <input type="submit" name="terminate" value="Terminate" class="btn btn-danger btn-xs"/> + </div> + </form> + #(/terminateButton)# + </td> + </tr> #{/list}# </tbody> </table> |
