You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
753 B
22 lines
753 B
7 years ago
|
{
|
||
|
#(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)#
|
||
|
}
|