CrawlLog.GetCrawledUrls 方法

请注意:此 API 现在已过时。

获取爬网与提供的参数相匹配的 Url。

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

语法

声明
<ObsoleteAttribute("This method is obsolete and will be removed in future versions.")> _
Public Function GetCrawledUrls ( _
    getCountOnly As Boolean, _
    maxRows As Long, _
    urlQueryString As String, _
    isLike As Boolean, _
    contentSourceID As Integer, _
    errorLevel As Integer, _
    errorID As Integer, _
    startDateTime As DateTime, _
    endDateTime As DateTime _
) As DataTable
用法
Dim instance As CrawlLog
Dim getCountOnly As Boolean
Dim maxRows As Long
Dim urlQueryString As String
Dim isLike As Boolean
Dim contentSourceID As Integer
Dim errorLevel As Integer
Dim errorID As Integer
Dim startDateTime As DateTime
Dim endDateTime As DateTime
Dim returnValue As DataTable

returnValue = instance.GetCrawledUrls(getCountOnly, _
    maxRows, urlQueryString, isLike, _
    contentSourceID, errorLevel, errorID, _
    startDateTime, endDateTime)
[ObsoleteAttribute("This method is obsolete and will be removed in future versions.")]
public DataTable GetCrawledUrls(
    bool getCountOnly,
    long maxRows,
    string urlQueryString,
    bool isLike,
    int contentSourceID,
    int errorLevel,
    int errorID,
    DateTime startDateTime,
    DateTime endDateTime
)

参数

  • getCountOnly
    类型:System.Boolean

    提供一个标志,该标志指示应返回的 Url 匹配所提供的参数计数。如果为 true,则数据表格将与名为"DocumentCount",包含与筛选器匹配的文档数的列包含单个行。

  • maxRows
    类型:System.Int64

    提供了最大的要检索的行数。如果提供的值为零,将返回所有的行。

  • isLike
    类型:System.Boolean

    提供一个标志,指示 urlQueryString 应作为前缀相匹配的 Url。如果为 true,则将返回所有以 urlQueryString 开头的 Url。

  • contentSourceID
    类型:System.Int32

    提供该内容源 id。仅带有 ID 将返回该内容源。如果提供的值为-1,则将不会通过内容源筛选的 Url。

  • errorLevel
    类型:System.Int32

    提供的错误级别。只有具有此错误级别的 Url 将被返回。如果提供的值为-1,则将不会通过错误级别筛选 Url。此参数的有效值为:-1 错误级别不进行筛选。0 返回时才成功对 Url 进行爬网。1 返回的 Url 生成一条警告,在爬网时。2 返回的 Url 生成爬网时出现错误。3 返回的 Url 已被删除。4 返回的 Url 生成高级别错误。

  • errorID
    类型:System.Int32

    提供 MSSCrawlErrorList 从一个特定的错误 ID。仅带有 ID 将返回此错误。如果提供-1,则不会被 Url 过滤的错误 id。

  • startDateTime
    类型:System.DateTime

    提供开始日期时间。已被爬网最近不会返回此值的唯一 Url。如果提供的值为 DateTime.MinValue,则开始时间将不用于筛选器的 Url。

  • endDateTime
    类型:System.DateTime

    提供最终的日期时间。只有已被爬网,将返回此值之前的 Url。如果提供 DateTime.MaxValue,结束时间将不用于筛选器的 Url。

返回值

类型:System.Data.DataTable

另请参阅

引用

CrawlLog 类

CrawlLog 成员

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