CrawlLog.RemoveDocumentFromSearchResults 方法 (Int32)

从使用文档 ID 的搜索结果中删除文档

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function RemoveDocumentFromSearchResults ( _
    docID As Integer _
) As Boolean
用法
Dim instance As CrawlLog
Dim docID As Integer
Dim returnValue As Boolean

returnValue = instance.RemoveDocumentFromSearchResults(docID)
public bool RemoveDocumentFromSearchResults(
    int docID
)

参数

返回值

类型:System.Boolean
如果文档已成功移除从搜索结果中,假如果找不到该文档,则返回 true。如果 CrawlLog 实例具有一个租户 ID,此方法也返回 false,当文档相关联的租户 ID 不匹配 CrawlLog 实例租户 id。

另请参阅

引用

CrawlLog 类

CrawlLog 成员

RemoveDocumentFromSearchResults 重载

Microsoft.Office.Server.Search.Administration 命名空间