The ARF_QUERY_MV_VISIT view provides aggregated data about queries that are submitted to ATG Search. The calculated values are based on information in the ARF_QUERY table. The values in each row are constrained to a particular day, site, language, query type, and site visit.

Column Name

Type

Length

Null Allowed

Description

NUM_QUERIES

numeric

Yes

The number of search queries that correspond to the day, site, language, query type, and site visit. This value counts rows in the ARF_QUERY table.

DAY_ID

varchar

40

No

A reference to a value in the ARF_TIME_DAY.ID column.

DAY_TIMESTAMP

timestamp

No

A reference to a value in the ARF_TIME_DAY.DAY_TIMESTAMP column.

SITE_ID

smallint

No

A reference to a value in the ARF_SITE.ID column.

LANGUAGE_ID

smallint

No

A reference to a value in the ARF_LANGUAGE.ID column.

TYPE_ID

integer

No

A reference to a value in the ARF_QUERY_TYPE.ID column.

SITE_VISIT_ID

bigint

No

A reference to a value in the ARF_SITE_VISIT.SITE_VISIT_ID column.

TOTAL_RESPONSE_TIME

numeric

Yes

The total length, in milliseconds, of the processing time for search queries for the day, site, language, query type, and site visit. This value sums ARF_QUERY.RESPONSE_TIME column values that correspond to the grouping column values.

TOTAL_RESULTS_COUNT

numeric

Yes

The total number of search query results returned for the day, site, language, query type, and site visit. This value sums ARF_QUERY.RESULTS_COUNT column values that correspond to the grouping column values.

TOTAL_TOP_SCORE

numeric

Yes

The total relevancy score of search query results for the day, site, language, query type, and site visit. This value sums ARF_QUERY.TOP_SCORE column values that correspond to the grouping column values.

MIN_RESPONSE_TIME

numeric

Yes

The lowest length, in milliseconds, of the processing time for search queries for the day, site, language, query type, and site visit. This value is the minimum ARF_QUERY.RESPONSE_TIME column value that corresponds to the grouping column values.

MAX_RESPONSE_TIME

numeric

Yes

The longest length, in milliseconds, of the processing time for search queries for the day, site, language, query type, and site visit. This value is the maximum ARF_QUERY.RESPONSE_TIME column value that corresponds to the grouping column values.

MIN_TOP_SCORE

numeric

Yes

The lowest relevancy score in search query results for the day, site, language, query type, and site visit. This value is the minimum ARF_QUERY.TOP_SCORE column value that corresponds to the grouping column values.

MAX_TOP_SCORE

numeric

Yes

The highest relevancy score in search query results for the day, site, language, query type, and site visit. This value is the maximum ARF_QUERY.TOP_SCORE column value that corresponds to the grouping column values.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices