SharePointSearchRuntime members

Implementation of runtime which performs a search against SharePoint sites.

The SharePointSearchRuntime type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Config Sets the configuration information for the SharePoint sites location.
Public property KeywordQueryObject Gets the object representing a keyword search query.
Public property Location Gets or sets the SharePoint sites location.
Public property MaxSummaryLength Gets or sets the maximum number of characters in the summary for a search result.
Public property MaxUrlLength Gets or sets the maximum number of characters in the URL for a search result.
Public property RefinementManager Gets or sets an object representing the refinement manager which configures the refinement calculation and mergers the refinement filters.
Public property SupportsAsync Gets a Boolean value that specifies whether the runtime implementation for searching SharePoint sites supports asynchronous query requests.

Top

Methods

  Name Description
Public method Close Closes the connection to the SharePoint sites location.
Public method DecodeForLocationQueryFormat Decodes the query string from the SharePoint site location URL.
Public method Dispose Releases the resources for the SharePoint sites location.
Public method EncodeForLocationQueryFormat Encodes a string for use in the SharePoint sites 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 SharePoint sites location.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SendRequest(String) Submits the search query to the SharePoint sites location, and retrieves the search results based on the specified query.
Public method SendRequest(String, ResultCallback) Submits an asynchronous request for the query to the SharePoint sites location, and retrieves the result for the asynchronous request.
Public method SetAndRetrieveQueryTermOnly Retrieves just the keywords returned for the full search query.
Public method SetSortOrderToLastModifiedTime Clears the existing sort order, and sets it to the last modified time.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SharePointSearchRuntime class

Microsoft.Office.Server.Search.Query namespace