Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]() |
CrawlLog(SearchServiceApplication) | |
![]() |
CrawlLog(SearchServiceApplication, Nullable<Guid>) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
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. |
![]() |
TimeZone |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CheckIfItemRemoved | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetCrawlDatabaseInfo | Get information about crawl databases. |
![]() |
GetCrawledUrlCount | Get the count of crawled URLs that match the supplied parameters. See documentation for GetCrawledURLs for parameter usage. |
![]() |
GetCrawledUrls | Obsolete. Get crawled URLs that match the supplied parameters. |
![]() |
GetCrawlErrors | Get errors aggregated by error ID for the supplied content source and host. |
![]() |
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. |
![]() |
GetCrawlStatisticsByContentSource | Get crawled content statistics for each content source in the search service application. |
![]() |
GetCrawlStatisticsByHost | Get crawled content statistics for hosts crawled by the search service application filtered by host name prefix. |
![]() |
GetErrorMessages | Get a Dictionary containing all crawl-related error messages. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RecrawlDocument(Int32) | Set a document to be recrawled in the next crawl of its content source. |
![]() |
RecrawlDocument(String) | Set a document to be recrawled in the next crawl of its content source. |
![]() |
Refresh | If a method fails with a concurrency exception, call this method to update this instance with the current search service application state. |
![]() |
RemoveDocumentFromSearchResults(Int32) | Remove a document from search results using its document ID. |
![]() |
RemoveDocumentFromSearchResults(String) | Remove a document from search results using its URL. |
![]() |
ToString | (Inherited from Object.) |
Top
.gif)
.gif)
.gif)