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.
Returns the first search result from the federated search location specified with the highest priority in the LocationList.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Function AggregateResults ( _
qdra As QueryManager, _
count As Integer, _
start As Integer _
) As XmlDocument
'Usage
Dim instance As PrioritizedLocationList
Dim qdra As QueryManager
Dim count As Integer
Dim start As Integer
Dim returnValue As XmlDocument
returnValue = instance.AggregateResults(qdra, _
count, start)
public override XmlDocument AggregateResults(
QueryManager qdra,
int count,
int start
)
Parameters
qdra
Type: Microsoft.Office.Server.Search.Query.QueryManagerThe query manager for the search query.
count
Type: System.Int32The number of search results to return.
start
Type: System.Int32The position of the first search result to return.
Return Value
Type: System.Xml.XmlDocument
The search results from the federated location.