OpenSearchRuntime Members
Include Protected Members
Include Inherited Members
Implementation of runtime which performs a search against OpenSearch federated locations.
The OpenSearchRuntime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenSearchRuntime | Initializes a new instance of the OpenSearchRuntime class. |
Top
Properties
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. |
Top
Methods
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.) |
Top