IgnoreContentRegex

Allows you to index the metadata of files rather than their content. This is useful when you want to index graphic files. Type a regular expression that matches the extension(s) of the files to index as metadata.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

IgnoreContentRegex=CSVs=jpe?g|png

In this example, any file with the extension .jpg, .jpeg, or .png is indexed as metadata.

See Also: IgnoreContentCSVs