CrawlLog members

The CrawlLog class provides an API for obtaining information about a search service application's crawled content.

The CrawlLog type exposes the following members.

Constructors

  Name Description
Public method CrawlLog(SearchServiceApplication)
Public method CrawlLog(SearchServiceApplication, Nullable<Guid>)

Top

Properties

  Name Description
Public property SearchResultRemovalTimeoutInSeconds Public accessor for the search result removal timeout. This is used by the search result removal UI to display the timeout value as part of an error message.
Public property TimeZone

Top

Methods

  Name Description
Public method CheckIfItemRemoved
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCrawlDatabaseInfo Get information about crawl databases.
Public method GetCrawledUrlCount Get the count of crawled URLs that match the supplied parameters. See documentation for GetCrawledURLs for parameter usage.
Public method GetCrawledUrls Obsolete. Get crawled URLs that match the supplied parameters.
Public method GetCrawlErrors Get errors aggregated by error ID for the supplied content source and host.
Public method GetCrawlHistory Get per-crawl statistics for the most recent n crawls, for the specified content source. If a negative number is supplied for the content source, crawls will be obtained for all content sources.
Public method GetCrawlStatisticsByContentSource Get crawled content statistics for each content source in the search service application.
Public method GetCrawlStatisticsByHost Get crawled content statistics for hosts crawled by the search service application filtered by host name prefix.
Public method GetErrorMessages Get a Dictionary containing all crawl-related error messages.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RecrawlDocument(Int32) Set a document to be recrawled in the next crawl of its content source.
Public method RecrawlDocument(String) Set a document to be recrawled in the next crawl of its content source.
Public method Refresh If a method fails with a concurrency exception, call this method to update this instance with the current search service application state.
Public method RemoveDocumentFromSearchResults(Int32) Remove a document from search results using its document ID.
Public method RemoveDocumentFromSearchResults(String) Remove a document from search results using its URL.
Public method ToString (Inherited from Object.)

Top

See also

Reference

CrawlLog class

Microsoft.Office.Server.Search.Administration namespace