SearchServiceApplication.RecordPageImpression 方法
记录页从搜索查询的印记。搜索结果中检索时在服务器端作为查询管道的一部分生成页面印记。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub RecordPageImpression ( _
pageImpression As QueryLogPageImpression, _
info As PageImpressionInfo _
)
用法
Dim instance As SearchServiceApplication
Dim pageImpression As QueryLogPageImpression
Dim info As PageImpressionInfo
instance.RecordPageImpression(pageImpression, _
info)
public void RecordPageImpression(
QueryLogPageImpression pageImpression,
PageImpressionInfo info
)
参数
pageImpression
类型:Microsoft.Office.Server.Search.Query.QueryLogPageImpression所收集到的印象,页面的数据。
info
类型:Microsoft.Office.Server.Search.Query.PageImpressionInfo有关的印象,页面的详细信息。
备注
一个页面的形象包含了通过查询管道收集的信息。此信息包括查询字符串,在其中执行了请求,时间建议查询 (如果适用),该用户的 ID,一个字符串的精简将用于改进查询等。