SearchService Members
Include Protected Members
Include Inherited Members
Represents an instance of the search service.
The SearchService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchService() | This member is reserved for internal use and is not intended to be used directly from your code. | |
SearchService(String, SPFarm) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
AcknowledgementTimeout | Gets or sets the amount of time (in seconds) that the search server will wait for request acknowledgement while connecting to other services. | |
CanUpgrade | (Inherited from SPPersistedUpgradableObject.) | |
ConnectionTimeout | Gets or sets the amount of time (in seconds) that the search server will wait while connecting to other services. | |
ContactEmail | An e-mail address that external site administrators can contact if problems arise when their site is being crawled. | |
DisplayName | (Inherited from SPPersistedObject.) | |
Farm | (Inherited from SPPersistedObject.) | |
Id | (Inherited from SPPersistedObject.) | |
IgnoreSSLWarnings | A Boolean value that determines whether the search service will ignore Secure Sockets Layer (SSL) certificate name warnings. | |
Instances | (Inherited from SPService.) | |
InternetIdentity | Gets or sets the value that the crawler sends in the headers of its HTTP requests to sites when it fetches their pages. | |
JobDefinitions | (Inherited from SPService.) | |
Name | (Inherited from SPPersistedObject.) | |
NeedsUpgrade | (Inherited from SPPersistedUpgradableObject.) | |
NeedsUpgradeIncludeChildren | (Inherited from SPPersistedUpgradableObject.) | |
Parent | (Inherited from SPPersistedObject.) | |
PerformanceLevel | Gets the SearchPerformanceLevel object associated with the search service. | |
ProcessIdentity | (Inherited from SPWindowsService.) | |
Properties | (Inherited from SPPersistedObject.) | |
ProxyType | Specifies whether the search service uses a proxy server or connects directly when crawling content. | |
Required | Gets or sets a value that indicates whether an instance of the service must be running on at least one server in a farm. (Overrides SPService.Required.) | |
RunningJobs | (Inherited from SPService.) | |
SiteHitRules | Gets the SiteHitRulesCollection object associated with the search service. | |
Status | (Inherited from SPPersistedObject.) | |
TypeName | Gets the display name that describes the service instance in the Administration user interface. (Overrides SPPersistedObject.TypeName.) | |
UpgradeContext | (Inherited from SPPersistedUpgradableObject.) | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
UseCrawlProxyForFederation | Gets or sets a value that determines whether the crawl proxy settings will be used for federated search. | |
Version | (Inherited from SPPersistedObject.) | |
WebProxy | Gets the WebProxy object that contains the proxy server settings used when crawling other servers. |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from SPPersistedObject.) | |
Delete | Deletes the service instance. (Overrides SPPersistedObject.Delete().) | |
Equals | (Inherited from SPPersistedObject.) | |
Finalize | (Inherited from Object.) | |
GetChild<T>() | (Inherited from SPPersistedObject.) | |
GetChild<T>(String) | (Inherited from SPPersistedObject.) | |
GetHashCode | (Inherited from SPPersistedObject.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
Invalidate | (Inherited from SPPersistedUpgradableObject.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPPersistedObject.) | |
Provision | Provisions a search service and sets the account of the search service to the global administration account. (Overrides SPPersistedObject.Provision().) | |
ToString | (Inherited from SPPersistedObject.) | |
Uncache | (Inherited from SPPersistedObject.) | |
Unprovision | Turns off the service instance. (Overrides SPPersistedObject.Unprovision().) | |
Update() | Causes the search service to save its state and propagate changes to all the servers in the farm. (Overrides SPWindowsService.Update().) | |
Update(Boolean) | (Inherited from SPPersistedObject.) | |
UpdateCredentials | (Inherited from SPWindowsService.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) | |
Upgrade() | (Inherited from SPPersistedUpgradableObject.) | |
Upgrade(Boolean) | (Inherited from SPPersistedUpgradableObject.) | |
Validate | (Inherited from SPPersistedObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IBackupRestore.AddBackupObjects | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.CanRenameOnRestore | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.CanSelectForBackup | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.CanSelectForRestore | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.DiskSizeRequired | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.Name | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.OnAbort | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.OnBackup | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.OnBackupComplete | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.OnPostRestore | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.OnPrepareBackup | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.OnPreRestore | This member is reserved for internal use and is not intended to be used directly from your code. | |
IBackupRestore.OnRestore | This member is reserved for internal use and is not intended to be used directly from your code. |
Top