Share via


FOLLOW_FLAGS Enumerated Type

Used to help define behavior when crawling or indexing. These flags are used by the ISearchCrawlScopeManager::AddDefaultScopeRule and ISearchCrawlScopeManager::AddUserScopeRule methods of the ISearchCrawlScopeManager API.

Syntax

typedef enum _FOLLOW_FLAGS {
    FF_INDEXCOMPLEXURLS = 0x00000001,
    FF_SUPPRESSINDEXING = 0x00000002
} FOLLOW_FLAGS;

Constants

  • FF_INDEXCOMPLEXURLS
    Specifies if complex URLs (those containing a '?') should be indexed.

  • FF_SUPPRESSINDEXING
    Follow but do not index this URL.

Enumerated Type Information

Header and IDL files searchapi.h, searchcrawlscopemanager.idl
Minimum operating systems Windows XP Service Pack 2 (SP2), Windows Server 2003, Windows Vista