SearchServiceInstance Members
Include Protected Members
Include Inherited Members
Represents an instance of the search index and query service.
The SearchServiceInstance type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchServiceInstance() | This member is reserved for internal use and is not intended to be used directly from your code. | |
SearchServiceInstance(SPServer, SPWindowsService) | This member is reserved for internal use and is not intended to be used directly from your code. | |
SearchServiceInstance(String, SPServer, SPService) | This member is reserved for internal use and is not intended to be used directly from your code. | |
SearchServiceInstance(String, SPServer, SPWindowsService) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
CanUpgrade | (Inherited from SPPersistedUpgradableObject.) | |
DedicatedWebFrontEndServer | Specifies a dedicated Web server for indexing content. | |
DefaultIndexLocation | Default index location for new search applications. | |
Description | A brief summary or description of the service instance. (Overrides SPServiceInstance.Description.) | |
DisplayName | (Inherited from SPPersistedObject.) | |
Farm | (Inherited from SPPersistedObject.) | |
Hidden | (Inherited from SPServiceInstance.) | |
Id | (Inherited from SPPersistedObject.) | |
IndexLocations | Specifies a read-only, case-insensitive collection of index locations for all provisioned search applications. | |
Instance | (Inherited from SPServiceInstance.) | |
ManageLink | Gets a link object that represents the action that manages the search service in SharePoint Central Administration. (Overrides SPServiceInstance.ManageLink.) | |
Name | (Inherited from SPPersistedObject.) | |
NeedsUpgrade | (Inherited from SPPersistedUpgradableObject.) | |
NeedsUpgradeIncludeChildren | (Inherited from SPPersistedUpgradableObject.) | |
Parent | (Inherited from SPPersistedObject.) | |
Properties | (Inherited from SPPersistedObject.) | |
ProvisionAutoStart | (Inherited from SPWindowsServiceInstance.) | |
ProvisionLink | Gets a link object that represents the action that starts the search service in SharePoint Central Administration. (Overrides SPServiceInstance.ProvisionLink.) | |
ProvisionUpdateStatus | (Inherited from SPServiceInstance.) | |
RequiresAdministrationService | Gets a value that indicates whether the service instance is part of a farm. | |
Role | Gets the role of the search service instance. | |
Roles | (Overrides SPServiceInstance.Roles.) | |
Server | (Inherited from SPServiceInstance.) | |
Service | (Inherited from SPServiceInstance.) | |
Status | (Inherited from SPPersistedObject.) | |
SystemService | A Boolean value that determines whether Windows services can be stopped from the search administration user interface. (Overrides SPServiceInstance.SystemService.) | |
TypeName | (Inherited from SPServiceInstance.) | |
UnprovisionLink | Gets a link object that represents the action that stops the search service in SharePoint Central Administration. (Overrides SPServiceInstance.UnprovisionLink.) | |
UpgradeContext | (Inherited from SPPersistedUpgradableObject.) | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Version | (Inherited from SPPersistedObject.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from SPPersistedObject.) | |
Delete | Deletes the search 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 instance and configures the global settings for the search index and query service. (Overrides SPWindowsServiceInstance.Provision().) | |
Start | (Inherited from SPWindowsServiceInstance.) | |
Stop | (Inherited from SPWindowsServiceInstance.) | |
Synchronize | Provisions each application that uses this search service instance as an indexer. | |
ToString | (Inherited from SPPersistedObject.) | |
Uncache | (Inherited from SPPersistedObject.) | |
Unprovision | Stops the search service instance. (Overrides SPWindowsServiceInstance.Unprovision().) | |
Update() | (Inherited from SPServiceInstance.) | |
Update(Boolean) | (Inherited from SPPersistedObject.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) | |
UpdateRole | Updates the role of the search service instance. | |
Upgrade() | (Inherited from SPPersistedUpgradableObject.) | |
Upgrade(Boolean) | (Inherited from SPPersistedUpgradableObject.) | |
Validate | (Inherited from SPPersistedObject.) |
Top