dtSearch Text Retrieval Engine .NET interface

WebSite.IncludeFilters Field

Filename filters indicating which pages should be indexed.

public string IncludeFilters;

Remarks

A page will be indexed if it matches one or more of the IncludeFilters, and does not match any of the ExcludeFilters. If IncludeFilters is blank, all pages will implicitly match IncludeFilters.

Filename filters containing a slash (/ or \) are matched against the complete URL. Filename filters without a slash (/ or \) are matched against only the filename.

The wildcards * and ? can be used anywhere in a filter.

Separate multiple filters with a space, and quote filters that contain a space.

See Also

WebSite Class | dtSearch.Spider Namespace