หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Used to help define behavior when crawling or indexing. These flags are used by the ISearchCrawlScopeManager::AddDefaultScopeRule and ISearchCrawlScopeManager::AddUserScopeRule methods.
Syntax
typedef enum _FOLLOW_FLAGS {
FF_INDEXCOMPLEXURLS = 0x1,
FF_SUPPRESSINDEXING = 0x2
} FOLLOW_FLAGS;
Constants
FF_INDEXCOMPLEXURLSValue: 0x1 Specifies whether complex URLs (those containing a '?') should be indexed. |
FF_SUPPRESSINDEXINGValue: 0x2 Follow but do not index this URL. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | searchapi.h |