QueryManager members
SharePoint 2013
Executes the query and returns the search results.
The QueryManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
DefaultFASTSearchSort | Gets or sets the sorting mechanism for FAST Search Server 2010 for SharePoint results. |
|
Timeout | Gets for set the query timeout value for the federated search location |
|
TrimDuplicates | Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. |
|
UserQuery | Gets or sets the query to send to the federated location. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetResults() | Gets the Search results from the first LocationList in the query manager. |
|
GetResults(LocationList) | Returns the search results from the specified federated search locations. |
|
GetType | (Inherited from Object.) |
|
IsTriggered | Returns a Boolean value indicating whether any of the federated search locations will be triggered by the query. |
|
MemberwiseClone | (Inherited from Object.) |
|
SendRequest | Sends a search query request synchronously to the specified federated search locations. |
|
ToString | (Inherited from Object.) |
Show: