To refresh the aggregated data used for search reporting, the ARF.DW.Endeca module adds the /atg/reporting/datawarehouse/refresh/search/SearchRefreshLauncher component to the refreshables property of the /atg/reporting/datawarehouse/refresh/RefreshService component:

refreshables+=\
  search/SearchRefreshLauncher

The SearchRefreshLauncher component is of class atg.reporting.datawarehouse.refresh.RefreshLauncherService. This class has a refreshables property that specifies a list of components that are responsible for refreshing the calculated data. By default, this property is set to:

refreshables=\
  SiteSearchAggregateType,SiteSearchAggregateHour,\
  SiteSearchAggregateVisit,SiteSearchAggregateSearchTerm,\
  SiteSearchAggregateFacetGroup

Each of these components is responsible for refreshing one of the virtual tables listed above. For example, the SiteSearchAggregateFacetGroup component refreshes the ARF_SEARCH_MV_FACET_GROUP virtual table.

For more information about data warehouse tables, aggregated data, and services for refreshing views, see the Business Intelligence Data Warehouse Guide.


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