CrawlLog.RecrawlDocument 方法 (Int32)
将文档设置为在下一步的内容源的爬网 recrawled。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function RecrawlDocument ( _
docID As Integer _
) As Boolean
用法
Dim instance As CrawlLog
Dim docID As Integer
Dim returnValue As Boolean
returnValue = instance.RecrawlDocument(docID)
public bool RecrawlDocument(
int docID
)
参数
docID
类型:System.Int32提供要为重新爬网设置的文档的文档 ID。
返回值
类型:System.Boolean
如果文档已成功设置为重新爬网,假如果找不到该文档,则返回 true。如果 CrawlLog 实例具有一个租户 ID,此方法也返回 false,当文档相关联的租户 ID 不匹配 CrawlLog 实例租户 id。