Exclude Folder Paths from Indexing
As an administrator, you may see errors when FileCloud Helper service indexes Network Folders.
- FileCloud Server may return exceptions instead of skipping folders during real-time indexing of Network Folders for the specific paths.
- The best way to tell Helper service that you want to ignore some folders when indexing is to add regexes (regular expressions) paths to the folders.
To exclude files or folders from indexing:
Open the following file for editing
realtimeconfig.ini
Add the following line, replacing REGEX with a path to the files or folders that you want to skip during indexing of Network Folders.
skipregex=REGEX
For example:
The following line tells the Helper service to ignore all files in the Network Folders sub-folder called archived.
skipregex=mynetwork/ntfs/archived