OpenSearchRuntime members
SharePoint 2013
Implementation of runtime which performs a search against OpenSearch federated locations.
The OpenSearchRuntime type exposes the following members.
| Name | Description | |
|---|---|---|
|
Config | Gets or sets the configuration information for an OpenSearch federated search location. |
|
Location | Gets or sets the OpenSearch federated search location. |
|
SupportsAsync | Gets or sets a Boolean value that specifies whether the OpenSearch location supports asynchronous query requests. |
| Name | Description | |
|---|---|---|
|
Close | Closes the connection to the OpenSearch federated location. |
|
DecodeForLocationQueryFormat | Decodes the query string from the OpenSearch federated location URL. |
|
Dispose | Releases the resources for the OpenSearch federated location. |
|
EncodeForLocationQueryFormat | Encodes a string for use in the OpenSearch federated location URL’s query string. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetException | Returns the exception from the OpenSearch federated location. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
SendRequest(String) | Submits a synchronous request for the query to the OpenSearch federated location, and retrieves the search results. |
|
SendRequest(String, ResultCallback) | Submits an asynchronous request for the query to the OpenSearch federated location, and retrieves the result for the asynchronous request. |
|
ToString | (Inherited from Object.) |
Show: