Configuring the Workflow Center index

You can configure the indexing process to automatically update the index on a preset schedule. You can also set the index location, and you can disable indexing altogether.
The following XML snippet shows the default values:
<server>
  <search-index>            
	<artifact-index-enabled merge="replace">true</artifact-index-enabled>            
<artifact-index-update-interval merge="replace">60</artifact-index-update-interval>
  </search-index>
</server>

For more information about the 100custom.xml file's location and how to create, modify, and deploy it, see The 100Custom.xml file and configuration External link opens a new window or tab.

Setting the update interval
To set an update interval, reconfigure this line: <artifact-index-update-interval>60</artifact-index-update-interval>.
The update is set in seconds. Change the number "60" to the number of seconds for the interval at which the index will perform an update.
Restriction: The minimum update interval is 30 seconds. If you attempt to set a value of less than 30, the index defaults to 30 seconds.
Disabling the index
To disable indexing, reconfigure this line: <artifact-index-enabled>true</artifact-index-enabled>.
A value of false stops reindexing. If the index does not exist, it will not be created. A value of true means that reindexing does occur at the specified interval. If the index does not exist, it is created.