QueryInfo Members
Include Protected Members
Include Inherited Members
Represents the query log data for a single click-through for a Search query.
The QueryInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueryInfo | Initializes a new instance of the QueryInfo class. |
Top
Properties
Name | Description | |
---|---|---|
AdvancedSearch | Gets or sets a Boolean value that specifies whether the Search result was from an Advanced Search Web Part query. | |
BestBetClicked | Gets or sets the Best Bet term for the Search result clicked. | |
ClickedUrl | Gets or sets the Search result URL that the user clicked. | |
ClickedUrlRank | Gets or sets the rank value for the Search result URL that the user clicked. | |
ClickTime | Gets or sets the date and time when the user clicked. | |
ClientType | Gets or sets the type of the query client. | |
ContextualScope | Gets or sets the contextual Search scope under which the query was executed. | |
ContextualScopeUrl | Gets or sets the URL of the contextual Search scope. | |
ContinuedSession | Gets or sets a value that indicates whether this QueryInfo element is not the first entry for this Search query in the Search query log. | |
CorrelationId | Gets or sets the correlation ID for the query. | |
Definitions | Gets or sets a value that specifies whether an extracted definition result is clicked. | |
DidYouMean | Gets or sets the results that a spelling suggestion returned. | |
DidYouMeanReturned | Gets or sets a value that indicates whether a spelling suggestion was returned as the result of the Search query. | |
ItemsPerPage | Gets or sets the number of query results returned for the Search query. | |
Location | Gets or sets the name of the federated location against which the Search query was executed. | |
LogType | Gets or sets the type of the query log data. | |
NonClickedUrls | Gets or sets a collection of URLs that the Search query returned, but were not clicked. | |
NumBestBets | Gets or sets the number of Best Bet results returned for the Search query. | |
NumHighConfidenceResults | Gets or sets the number of high confidence results returned for the Search query. | |
NumResults | Gets or sets the number of results returned for the Search query. | |
QueryCulture | Gets or sets the name of the language culture of the Search query. | |
QueryGuid | Gets or sets the unique identifier of the Web Part that issued the Search query. | |
QueryServer | Gets or sets the name of the server that executed the Search query. | |
QueryString | Gets or sets the text of the Search query. | |
ReferrerUrl | Gets or sets the URL of a page containing the URL that directed the user to the current page where the click-through originated. | |
ResultsUrl | Gets or sets the URL of the page where the click-through originated. | |
ResultView | Gets or sets the results sort view of the query results. | |
Scopes | Gets or sets the Search scopes under which the query was executed. | |
SearchServiceApplicationID | Get or sets a unique identifier of the Web Service that is administering and managing the Search components on the server. | |
SearchTime | Gets or sets the date and time when the Search query was executed. | |
SessionId | Gets or sets a unique identifier for the Search session in which the Search query was sent. | |
SiteGuid | Gets or sets the unique identifier of the site collection from which the Search request was executed. | |
StartItem | Gets or sets a zero-based index of the first Search result in the list of all Search results. | |
TenantId | Gets or sets the unique identifier for the tenant executing the Search query. | |
Title | Gets or sets the title of the query result that was clicked. | |
TotalResults | Gets or sets the total number of results that match the conditions given in the Search query. | |
UserName | Gets or sets the name of the user who issued the Search query. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetQueryLoggingScript(Page, String, String, Boolean) | Builds and returns the query logging ECMAScript (JavaScript, JScript) for the query Web Part. | |
GetQueryLoggingScript(Page, String, String, Boolean, String) | Builds and returns the query logging ECMAScript (JavaScript, JScript) for the query Web Part. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top