{if !empty($indexerDiagnosis)}
{i18n arg_name=$indexerName}The #name# is not functioning correctly. This could be because:{/i18n}
- {i18n}The indexer is not configured correctly.{/i18n}
- {i18n}The component on which the indexer depends is not available.{/i18n}
{$indexerDiagnosis}
{/if}
{if count($extractorDiagnosis) > 0}
{i18n}Text Extractor Status{/i18n}
{i18n}KnowledgeTree has detected some issues with some of the text extractors used to index document text:{/i18n}
|
{foreach from=$extractorDiagnosis item=diagnosis}
| {$diagnosis.problem} |
| {i18n}Text extractor(s)s affected:{/i18n} |
{foreach from=$diagnosis.indexers item=indexer}
- {$indexer}
{/foreach}
|
|
{/foreach}
{/if}
{i18n}Note:{/i18n} {i18n}Indexing will not continue until all issues have been resolved.{/i18n}