CrawlStoreCollection Methods

Include Protected Members
Include Inherited Members

The CrawlStoreCollection type exposes the following members.

Methods

  Name Description
Public method Contains Determines whether the collection contains the specified key. (Inherited from UpdatableCollection<Key, T>.)
Public method Create(SPDatabaseParameters) Creates a new crawl database with the specified database parameters.
Public method Create(String) Creates a new crawl database with the specified connection string.
Public method Create(SearchGathererDatabase) Adds a new crawl database to the crawl database collection for the Search service application.
Public method Create(SPDatabaseParameters, Boolean) Creates a new crawl database with the specified database parameters.
Public method Create(SearchGathererDatabase, Boolean) Adds a new crawl database, to the crawl database collection for the Search service application, and specifies whether the crawl database should be dedicated.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method ForceRefresh Resets the last time the collection was accessed to the minimum date value. (Inherited from UpdatableCollection<Key, T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method Refresh Refreshes the settings for the all the databases in the crawl database collection. (Overrides UpdatableCollection<Key, T>.Refresh().)
Public method ToArray Creates an array that contains the values of the collection. (Inherited from UpdatableCollection<Key, T>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from UpdatableCollection<Key, T>.)

Top

See Also

Reference

CrawlStoreCollection Class

Microsoft.Office.Server.Search.Administration Namespace