{literal} {/literal}

{i18n}Document Indexer Statistics{/i18n}

{if $stats}
{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} {$stats.indexingCoverage}
{i18n}Queue Coverage :{/i18n} {$stats.queueCoverage}
{if $stats.noOptimisation}
*{i18n}To get the best performance out of Document Indexer, the indexes must be optimised periodically. This is managed by a background task. Please see the KnowledgeTree Administrator's Manual for more information.{/i18n} {/if}
{else} {i18n}Indexing has not run yet. Please check that the KTScheduler is running.{/i18n} {/if}