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 | |
---|---|---|
SearchExecutor | Initializes a new instance of the SearchExecutor class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExecuteQueries | Runs a batch of queries. | |
ExecuteQueries_Client | Runs a batch of queries as CSOM client type. Reserved for internal use. | |
ExecuteQuery | Runs a query. | |
ExecuteQuery_Client | Runs a query as CSOM client type. Reserved for internal use. | |
ExportPopularQueries | Exports the popular queries from a SharePoint site. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RecordPageClick | For internal use only. Records the details of a click on a particular search result within the search results page. | |
ToString | (Inherited from Object.) |
Top