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.
Submits the search query to the FAST Search Server 2010 for SharePoint farm location, and retrieves the search results based on the specified query.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function SendRequest ( _
query As String _
) As XmlDocument
'Usage
Dim instance As FASTSearchRuntime
Dim query As String
Dim returnValue As XmlDocument
returnValue = instance.SendRequest(query)
public XmlDocument SendRequest(
string query
)
Parameters
query
Type: System.StringA string containing the location URL and the search query.
Return Value
Type: System.Xml.XmlDocument
The search results returned for the query.
Implements
ILocationRuntime.SendRequest(String)