Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Executes the query and returns the search results.
The QueryManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
QueryManager | Initializes a new instance of the QueryManager class. |
Top
Properties
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. |
Top
Methods
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.) |
Top