The text search configuration file format

The text search configuration file that is provided with WSRR contains XML elements with values that define the text search configuration property settings.

The file has the following structure:
<text-search-properties xmlns="http://www.ibm.com/xmlns/prod/serviceregistry/7/1/TextSearchProperties" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ibm.com/xmlns/prod/serviceregistry/7/1/TextSearchProperties TextSearchProperties.xsd">
     <enabled>true</enabled>
     <maxIncrementalChangeCount>3000</maxIncrementalChangeCount>
</text-search-properties>
The text search configuration property settings are described in the following table.
Table 1. Text search properties
Property Corresponding XML element Description
enabled <enabled> The enabled setting determines whether enhanced searching is enabled. The enhanced search facility uses a generated index of WSRR metadata and contents to facilitate searching and querying of data.

The value is set to true by default.

maxIncrementalChangeCount <maxIncrementalChangeCount> The maxIncrementalChangeCount setting defines the number of incremental updates that WSRR will make to the text search index before saving the entire index to the database.

The default value of 3000 is considered adequate for most needs. Do not set the maxIncrementalChangeCount value higher than 10000. It is worth noting that values at the higher end of the range generally result in improved indexing performance, but can also increase the time required to recover WSRR if a system failure occurs.

New installations of WSRR V8.5.5 include the maxIncrementalChangeCount setting by default in the service management profile. If you are upgrading from WSRR V8.5.0 or earlier, or if you create a governance enablement profile in V8.5.5, you must edit the text search configuration file to add this value if required, for improved indexing performance. You can edit the file by using WSRR Studio or the web UI.

After these properties are set or updated, you can configure a text search scheduled task for updating the index.