Close
dtSearch Engine API for Java
SearchJob.setExcludeFilters Method
Syntax
Java
public void setExcludeFilters(String newExcludeFilters);

In an unindexed search, a file will be searched if it matches one of the IncludeFilters and does not match any of the ExcludeFilters. Each string can contain one or more filename filters, separated by spaces, to apply to files in the directories selected. (ExcludeFilters can be blank.) If a filename filter contains a space, put it in quotation marks. A filename filter that does not contain a backslash is compared to the name of each file. A filename filter that contains a backslash is compared to the fully-qualified pathname of each file.