SearchExecutor members

Runs queries against a search server.

This class was introduced in SharePoint 2013 to run search specific features, like search queries, against the backend.

The SearchExecutor type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method ExecuteQueries Runs a batch of queries.
Public method ExecuteQueries_Client Runs a batch of queries as CSOM client type. Reserved for internal use.
Public method ExecuteQuery Runs a query.
Public method ExecuteQuery_Client Runs a query as CSOM client type. Reserved for internal use.
Public method ExportPopularQueries Exports the popular queries from a SharePoint site.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RecordPageClick For internal use only. Records the details of a click on a particular search result within the search results page.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SearchExecutor class

Microsoft.Office.Server.Search.Query namespace