OpenSearchRuntime members

Implementation of runtime which performs a search against OpenSearch federated locations.

The OpenSearchRuntime type exposes the following members.

Constructors

  Name Description
Public method OpenSearchRuntime Initializes a new instance of the OpenSearchRuntime class.

Top

Properties

  Name Description
Public property Config Gets or sets the configuration information for an OpenSearch federated search location.
Public property Location Gets or sets the OpenSearch federated search location.
Public property SupportsAsync Gets or sets a Boolean value that specifies whether the OpenSearch location supports asynchronous query requests.

Top

Methods

  Name Description
Public method Close Closes the connection to the OpenSearch federated location.
Public method DecodeForLocationQueryFormat Decodes the query string from the OpenSearch federated location URL.
Public method Dispose Releases the resources for the OpenSearch federated location.
Public method EncodeForLocationQueryFormat Encodes a string for use in the OpenSearch federated location URL’s query string.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetException Returns the exception from the OpenSearch federated location.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SendRequest(String) Submits a synchronous request for the query to the OpenSearch federated location, and retrieves the search results.
Public method SendRequest(String, ResultCallback) Submits an asynchronous request for the query to the OpenSearch federated location, and retrieves the result for the asynchronous request.
Public method ToString (Inherited from Object.)

Top

See also

Reference

OpenSearchRuntime class

Microsoft.Office.Server.Search.Query namespace