Commit 9c19cabca00a6c42eabba7b482c8b93ced4a852b

Authored by conradverm
1 parent e26dcc48

KTS-2395

"Create index migration script"
Implemented.

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7363 c91229c3-7414-0410-bfa2-8a42b809f60b
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 @@ -4,17 +4,15 @@ on the size of the repository. For this reason, the process is a background task
4 <P> 4 <P>
5 5
6 <table> 6 <table>
7 -<tr><td>Documents processed in a single migration run:</td><td>20</td></tr>  
8 -<tr><td>Frequency at which migration batch task runs:</td><td>every 5 minutes</td></tr>  
9 -<tr><td>Total documents to migrate:</td><td>1500</td></tr>  
10 -<tr><td>Migration process started on:</td><td>2007-01-10 15:13</td></tr>  
11 -<tr><td>Migration process has taken:</td><td>15 hours 10 minutes</td></tr>  
12 -<tr><td>Total documents migrated:</td><td>1500</td></tr>  
13 -<tr><td>Total documents to be migrated:</td><td>1500</td></tr>  
14 -<tr><td>Estimated completion time:</td><td>2007-01-10 15:13</td></tr>  
15 -<tr><td>Estimated migration time remaining:</td><td>15 hours 10 minutes</td></tr> 7 +<tr><td>Documents processed in a single migration run:</td><td>{$batchDocuments}</td></tr>
  8 +<tr><td>Frequency at which migration batch task runs:</td><td>{$batchPeriod}</td></tr>
  9 +<tr><td>Migration process started on:</td><td>{$migrationStart}</td></tr>
  10 +<tr><td>Migration process has taken:</td><td>{$migrationPeriod}</td></tr>
  11 +<tr><td>Total documents migrated:</td><td>{$migratedDocuments}</td></tr>
  12 +<tr><td>Total documents to be migrated:</td><td>{$migratingDocuments}</td></tr>
  13 +<tr><td>Estimated completion time:</td><td>{$estimatedTime}</td></tr>
  14 +<tr><td>Estimated migration time remaining:</td><td>{$estimatedPeriod}</td></tr>
16 </table> 15 </table>
17 <B>Note:</b> <i>Search results will not be accurate until the migration process is complete.</i> 16 <B>Note:</b> <i>Search results will not be accurate until the migration process is complete.</i>
18 <br>This dashlet will disappear when the migration process is complete. 17 <br>This dashlet will disappear when the migration process is complete.
19 -  
20 <br> 18 <br>
21 \ No newline at end of file 19 \ No newline at end of file