This property provides control over the various points at which case indexing occurs. For example, it may be necessary to disable indexing of new and updated cases, whilst leaving re-indexing enabled.
The possible values for this property are REINDEX, CREATE, UPDATE or NONE.
Setting the property value to NONE disables indexing throughout the system.
The remaining parameter values control the indexing activity when re-indexing, creating and updating cases respectively.
Indexing can be activated at multiple points by concatenating multiple values using a pipe delimiter. For example, the following line will cause indexing to occur when cases are created, and when re-indexing is run:
cm.index.types = REINDEX|CREATE
If no value is supplied for this property, indexing will be active at all points.
|