From 9c19cabca00a6c42eabba7b482c8b93ced4a852b Mon Sep 17 00:00:00 2001 From: conradverm Date: Sun, 14 Oct 2007 19:45:10 +0000 Subject: [PATCH] KTS-2395 "Create index migration script" Implemented. --- templates/ktcore/search2/lucene_migration.smarty | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/templates/ktcore/search2/lucene_migration.smarty b/templates/ktcore/search2/lucene_migration.smarty index 503ce11..00f2986 100644 --- a/templates/ktcore/search2/lucene_migration.smarty +++ b/templates/ktcore/search2/lucene_migration.smarty @@ -4,17 +4,15 @@ on the size of the repository. For this reason, the process is a background task

- - - - - - - - - + + + + + + + +
Documents processed in a single migration run:20
Frequency at which migration batch task runs:every 5 minutes
Total documents to migrate:1500
Migration process started on:2007-01-10 15:13
Migration process has taken:15 hours 10 minutes
Total documents migrated:1500
Total documents to be migrated:1500
Estimated completion time:2007-01-10 15:13
Estimated migration time remaining:15 hours 10 minutes
Documents processed in a single migration run:{$batchDocuments}
Frequency at which migration batch task runs:{$batchPeriod}
Migration process started on:{$migrationStart}
Migration process has taken:{$migrationPeriod}
Total documents migrated:{$migratedDocuments}
Total documents to be migrated:{$migratingDocuments}
Estimated completion time:{$estimatedTime}
Estimated migration time remaining:{$estimatedPeriod}
Note: Search results will not be accurate until the migration process is complete.
This dashlet will disappear when the migration process is complete. -
\ No newline at end of file -- libgit2 0.21.4