See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
IndexJob::IncludeFilters Property

Filters specifying documents to index in the FoldersToIndex.

C#
public System::Collections::Specialized::StringCollection IncludeFilters;
Visual Basic
Public Property IncludeFilters() As System::Collections::Specialized::StringCollection
Remarks

Filename filters apply to the FoldersToIndex. Documents returned by a DataSource are not filtered. 

A file will be indexed if it matches one of the IncludeFilters and does not match any of the ExcludeFilters

A filename filter that does not contain a slash is compared to the name of each file. A filename filter that contains a slash is compared to the fully-qualified pathname of each file. 

 

See Also
You are here: dtSearch::Engine Namespace > IndexJob Class > IndexJob Properties > IncludeFilters Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.