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
.
- Setting the update interval
- To set an update interval, reconfigure this line:
<artifact-index-update-interval>60</artifact-index-update-interval>.
- Disabling the index
- To disable indexing, reconfigure this line:
<artifact-index-enabled>true</artifact-index-enabled>.