CrawlStoreCollection members
Represents a collection of crawl databases.
The CrawlStoreCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create(SPDatabaseParameters) | Creates a new crawl database with the specified database parameters. | |
Create(String) | Creates a new crawl database with the specified connection string. | |
Create(SearchGathererDatabase) | Adds a new crawl database to the crawl database collection for the Search service application. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refreshes the settings for the all the databases in the crawl database collection. (Overrides UpdatableCollectionRefresh().) | |
ToString | (Inherited from Object.) |
Top