...
- MySQL database must already exist (e.g. "umlsdb").
- If no data exists in the database, this tool will clear the indexes.
- Otherwise, it will index the available data.
- MySQL database connection parameters must be defined in the properties file specified by "run.config.umls".
- The file system directory specified by the "hibernate.search.default.indexBase" in the properties file specified by run.config.umls must exist.
- Tomcat server must be stopped (i.e., "tstop"), and then restarted after reindex is complete ("tstart")
Details
This tool is used to rebuild Lucene indexes for objects indexed by the system.
...