SearchServiceApplication.RecordClick Method
Records the details of the clickthrough and its corresponding Search query.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub RecordClick ( _
Info As QueryInfo _
)
'Usage
Dim instance As SearchServiceApplication
Dim Info As QueryInfo
instance.RecordClick(Info)
public void RecordClick(
QueryInfo Info
)
Parameters
Info
Type: Microsoft.Office.Server.Search.Query.QueryInfoThe information about the clickthrough and its corresponding Search query.
Remarks
This method stores the query details when a clickthrough occurs or when the user navigates away from the page.
See Also
Reference
SearchServiceApplication Class