Update keyword search
The class com.peaksolution.prp.scheduler.indexsynchronize.IndexSynchronizeJobDefFactory is responsible for keeping the search index up to date, so that user can use the key word search.
Setting refresh interval
Using the cron job annotation the refresh interval can be set.
INDEXSYNC.cron=0 0 3 * * ? *
Setting the reindex mode
The search index can be fully recreated (value ALL) or just updated. The standard is UPDATEDATA which saves system resources.
INDEXSYNC.syncmode=UPDATEDATA