| {i18n}Last Optimization Date:{/i18n} | {$stats.optimisationDate} |
| {i18n}Period Since Last Optimization:{/i18n} | {$stats.optimisationPeriod} |
| {i18n}Last Indexing Date:{/i18n} | {$stats.indexingDate} |
| {i18n}Period Since Last Indexing:{/i18n} | {$stats.indexingPeriod} |
| {i18n}Total # Documents in Repository:{/i18n} | {$stats.docsInRepository} |
| {i18n}Documents Indexed:{/i18n} | {$stats.docsInIndex} |
|
{if $stats.docsInQueue > 0}{/if}
{i18n}Documents in Indexing Queue:{/i18n}
{if $stats.docsInQueue > 0}{/if}
| {$stats.docsInQueue} |
| {if $stats.errorsInQueue > 0}{/if}
{i18n}Documents with Indexing Problems:{/i18n}
{if $stats.errorsInQueue > 0}{/if}
| {$stats.errorsInQueue} |
 |
{i18n}Index Coverage:{/i18n}
{i18n}Indexing coverage percentage may vary from total - not all documents contain text.{/i18n}
| {$stats.indexingCoverage} |
 |
{i18n}Queue Coverage :{/i18n}
{i18n}Queue coverage indicates percentage of documents currently queued for indexing in relation to total repository size.{/i18n}
| {$stats.queueCoverage} |