file with the file path to the search indexes. Optionally, specify the number of search indexes that Data Archive can create in parallel. You can find the
conf.properties
file in the root Data Archive installation directory.
Configure the following parameters in the
conf.properties
file:
informia.keywordSearchIndexDir
Required. Enter the file path of the folder that contains the search indexes.
The folder must be in the same root directory as the Data Archive installation. The ILM Engine must have read and write privileges to the folder.
The Create Indexes on Data Vault and Delete Indexes on Data Vault jobs use the file path entered in this property to find the search indexes.
Based on your operating system, use one of the following formats for the file path:
On a Windows operating system, use a double back slash between folder names. For example,
C:\\KeywordSearchIndex
On all other operating systems, use a single forward slash between folder names. For example,
/Data/KeywordSearchIndex
informia.maxActiveIndexThreads
Optional. Enter the number of search indexes that Data Archive can create in parallel.
Minimum value is 1. Default is one less than the number of cores on the machine hosting the ILM Engine.