CmsSearchManager
From OpenCms Wiki
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
== Defining reindex job == | == Defining reindex job == | ||
− | Choose java class: org.opencms.search.CmsSearchManager | + | Choose java class: '''org.opencms.search.CmsSearchManager''' |
Fill other values as you seem fit. | Fill other values as you seem fit. | ||
Line 7: | Line 7: | ||
On the next page you can enter 2 parameters: | On the next page you can enter 2 parameters: | ||
− | indexList=<index1>[|<index2>] | + | indexList=<index1>[|<index2>] |
− | + | List of index names, separated by "|". | |
− | writeLog=[true|false] | + | writeLog=[true|false] |
− | Write | + | Write progress to opencms log file. |
+ | |||
+ | If you don`t specify '''indexList''' ALL indexes will reindexed. |
Latest revision as of 14:00, 24 July 2009
Defining reindex job
Choose java class: org.opencms.search.CmsSearchManager
Fill other values as you seem fit.
On the next page you can enter 2 parameters:
indexList=<index1>[|<index2>]
List of index names, separated by "|".
writeLog=[true|false]
Write progress to opencms log file.
If you don`t specify indexList ALL indexes will reindexed.