SearchContext members
NOTE: This API is now obsolete.
Represents the search service instance for a Shared Services Provider (SSP).
The SearchContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
AlertNotificationFormat | Obsolete. | |
AlertNotificationQuota | Obsolete. | |
Current | Obsolete. Gets the SearchContext instance for the current request. | |
DiacriticSensitive | Obsolete. Gets a Boolean value indicating whether the Search service is configured to be diacritic sensitive. | |
Name | Obsolete. Gets the name of the search context. | |
QueryLoggingEnabled | Obsolete. Gets a Boolean value indicating whether query logging is enabled. | |
SearchApplication | Obsolete. | |
ServerContext | Obsolete. Gets the server context for a Shared Services Provider (SSP). |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContext(ServerContext) | Obsolete. Gets the search context instance for the ServerContext object. | |
GetContext(SPSite) | Obsolete. Gets the search context instance for the specified SPSite object. | |
GetContext(String) | Obsolete. Gets the search context instance for the specified search application name. | |
GetContext(SearchServiceApplication) | Obsolete. | |
GetContext(SearchServiceApplication, Boolean) | Obsolete. | |
GetCurrent | Obsolete. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Reset | Obsolete. Resets the content index. | |
ToString | (Inherited from Object.) | |
UpdateAlertNotificationFormat | Obsolete. Updates the format of alert notifications for search results. | |
UpdateAlertNotificationQuota | Obsolete. | |
UpdateDiacriticSensitive | Obsolete. Sets the value of the DiacriticSensitive property of the SearchContext class. | |
UpdateQueryLoggingEnabled | Obsolete. Sets the value of the QueryLoggingEnabled property for the SearchContext class. |
Top