Index Project Settings
All the parameters in the global settings can also be configured individually for each project. The parameters set for each project override the global parameters.
The output folder where the index for this project is stored must be unique per project.
Note: This setting does not override database entry!
project.<projectName>.index.indexFolder= This is how you can override the database folder and create the index in a new location:
Note: Starting with IBM
ADDI V5.1.0.3, the
project.<projectName>.index.forceFolder parameter is no longer present in the
project.properties configuration file. The IBM® ADDI Search
Service is now responsible with the access of the
indexed data when Search in files analysis fromIBM ADDI
Analyze Client is performed. If you want to change the
index folder path for each project, you can modify the project.<projectName>.index.indexFolder parameter, but in the same time you need to
make sure that the same path is used in the conf.yaml file of the IBM ADDI Search
Service, where the projects section is present.project.<projectName>.index.forceFolder=(true|false) default false This is how you can specify extra folders to be indexed (apart
from project folder):
Note: Make sure that all backslash characters
in all paths are doubled: \\.
project.<projectName>.index.extraSources=path, path If a folder matches one of these patterns, it will not be indexed.
project.<projectName>.index.exclude.folderPattern=pattern(,pattern)... If a file matches one of these patterns, it will not be indexed.
project.<projectName>.index.exclude.filePattern=pattern(,pattern)...