summaryrefslogtreecommitdiff
path: root/htroot/IndexReIndexMonitor_p.json
blob: 7298bba4c1bb84f8fba40a784e748b37cfa866bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	#(reindexReport)#::"reindexJob": {
		"currentQuery": #[currentQuery]#,
		"currentQuerySize": #[currentQuerySize]#,
		"processedCount": #[processedCount]#
	}#(/reindexReport)#
	#(recrawlReport)#::"recrawlJob": {
		"status": #(jobStatus)#0::1::2#(/jobStatus)#,
		"statusLabel": "#(jobStatus)#Running::Shutdown in progress::Terminated#(/jobStatus)#",
		"earlyTerminated": #(error)#false::true#(/error)#,
		"query": "#[recrawlquerytext]#",
		"startTime": "#[startTime]#",
		"endTime": "#[endTime]#",
		"urlCounts": {
			"toRecrawl": #[urlsToRecrawlCount]#,
			"recrawled": #[recrawledUrlsCount]#,
			"rejected": #[rejectedUrlsCount]#,
			"malformed": #[malformedUrlsCount]#,
			"malformedDeleted": #[malformedUrlsDeletedCount]#
		}
	}#(/recrawlReport)#
}