|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.grcomputing.opencms.search.lucene.CronIndexManager
Handles the cron updates to the Lucene index.
Field Summary | |
static java.lang.String |
PARAM_CREATE_INDEX
Param to control whether or not index is created. |
static java.lang.String |
PARAM_REGISTRY_PATH
THis param designates an alternate registry path. |
Constructor Summary | |
CronIndexManager()
|
Method Summary | |
java.lang.String |
launch(CmsObject cmso,
java.lang.String params)
This method is executed by the cron manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String PARAM_CREATE_INDEX
public static java.lang.String PARAM_REGISTRY_PATH
Constructor Detail |
public CronIndexManager()
Method Detail |
public java.lang.String launch(CmsObject cmso, java.lang.String params) throws java.lang.Exception
Supported Params:
example params string: "param1=true,param2=/path,param3=test me"
java.lang.Exception
- when anything goes wrong.IndexManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |