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