diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-01-12 11:47:13 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-01-12 11:47:13 +0100 |
| commit | 4e033356257b0ef969dabcc2a22460712add4a52 (patch) | |
| tree | 5b69bae03938612b82124273e9e24609f103a32f /htroot/IndexReIndexMonitor_p.html | |
| parent | d95d393a0d1f79ee52ec315c864b3c4cda25bd80 (diff) | |
Added more details to the recrawl job report
Diffstat (limited to 'htroot/IndexReIndexMonitor_p.html')
| -rw-r--r-- | htroot/IndexReIndexMonitor_p.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/htroot/IndexReIndexMonitor_p.html b/htroot/IndexReIndexMonitor_p.html index 51e15593c..3fea776c5 100644 --- a/htroot/IndexReIndexMonitor_p.html +++ b/htroot/IndexReIndexMonitor_p.html @@ -132,12 +132,17 @@ <h3 class="panel-title">#(jobStatus)#::::Last #(/jobStatus)#Re-Crawl job report</h3> </div> <div class="panel-body"> + #(error)#::<div class="alert alert-danger" role="alert">The job terminated early due to an error when requesting the Solr index.</div>#(/error)# <table class="table"> <tbody> <tr> <th scope="row">Status</th> <td>#(jobStatus)#Running::Shutdown in progress::Terminated#(/jobStatus)#</td> </tr> + <tr> + <th scope="row">Query</th> + <td>#[recrawlquerytext]#</td> + </tr> <tr> <th scope="row">Start time</th> <td>#[startTime]#</td> @@ -147,8 +152,16 @@ <td>#[endTime]#</td> </tr> <tr> - <th scope="row">Count</th> - <td>#[recrawledUrlsCount]# URLs added to the crawler queue for recrawl</td> + <th scope="row" title="URLs added to the crawler queue for recrawl">Recrawled URLs</th> + <td>#[recrawledUrlsCount]#</td> + </tr> + <tr> + <th scope="row" title="URLs rejected for some reason by the crawl stacker or the crawler queue. Please check the logs for more details.">Rejected URLs</th> + <td>#[rejectedUrlsCount]#</td> + </tr> + <tr> + <th scope="row">Malformed URLs</th> + <td title="#[malformedUrlsDeletedCount]# deleted from the index">#[malformedUrlsCount]#</td> </tr> </tbody> </table> |
